summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ed62a255..d9a3437ad 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ all :
$(RAKE)
.PHONY : test
-test :
+test : all
$(RAKE) test
.PHONY : clean