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