aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 80f5452..68fbd32 100644
--- a/Makefile
+++ b/Makefile
@@ -11,10 +11,10 @@ pcre.so: pcre.c
check:
@if [ -n "`which $(GNUMAKE4)`" ] ; then \
- $(GNUMAKE4) -k -f tests.mk ; \
+ $(GNUMAKE4) -k -f tests.mk ; \
else \
- echo 'you need GNU make 4.x to run tests' ; \
- return 1 ; \
+ echo 'you need GNU make 4.x to run tests' ; \
+ return 1 ; \
fi
clean: