summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorYukihiro Matz Matsumoto <[email protected]>2013-01-12 17:22:36 +0900
committerYukihiro Matz Matsumoto <[email protected]>2013-01-12 17:22:36 +0900
commitc1387b86e40b310a0904ce76eae3b92eb1dd12a5 (patch)
treea696876d48d0b229418b17320c7f121069ab542d /Makefile
parent0ff251438cf0fac727da8e8d99071cbdf46e7cfe (diff)
downloadmruby-c1387b86e40b310a0904ce76eae3b92eb1dd12a5.tar.gz
mruby-c1387b86e40b310a0904ce76eae3b92eb1dd12a5.zip
Makefile: add all to test dependency
Diffstat (limited to 'Makefile')
-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