about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 99bb31e..eee398b 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ all: $(ALL)
 clean: FRC
 	rm -f nq fq
 
-check: FRC
+check: FRC all
 	prove -v ./tests
 
 install: FRC all