aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6c0621f..624ce31 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,8 @@ SUBDIRS := $(wildcard */.)
# All files that need to be installed.
INSTALL_FILES := $(wildcard */*.sh */*.txt) $(EXEC)
+.PHONY: all check clean install recheck uncheck
+
# Build all the utils required by the tests.
all:
@(cd utils; $(MAKE))