aboutsummaryrefslogtreecommitdiff
path: root/Test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Test.mk')
-rw-r--r--Test.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test.mk b/Test.mk
index 86e59ab..acf62a4 100644
--- a/Test.mk
+++ b/Test.mk
@@ -40,6 +40,8 @@ SRC=$(wildcard ../utils/*.c) $(wildcard ../cpuidle/*.c)
# All executable files built from the utils' source files.
EXEC=$(SRC:%.c=%)
+.PHONY: build_utils check clean recheck run_tests uncheck
+
# Build the utils and run the tests.
build_utils: $(EXEC)