From c1387b86e40b310a0904ce76eae3b92eb1dd12a5 Mon Sep 17 00:00:00 2001 From: Yukihiro Matz Matsumoto Date: Sat, 12 Jan 2013 17:22:36 +0900 Subject: Makefile: add all to test dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3