Makefile: add all to test dependency

This commit is contained in:
Yukihiro Matz Matsumoto
2013-01-12 17:22:36 +09:00
parent 0ff251438c
commit c1387b86e4
+1 -1
View File
@@ -9,7 +9,7 @@ all :
$(RAKE)
.PHONY : test
test :
test : all
$(RAKE) test
.PHONY : clean