summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-05-20 23:01:53 +0900
committerYukihiro Matsumoto <[email protected]>2012-05-20 23:01:53 +0900
commitec8f97d2a6facab56ff78cc62ebf1928d06bed4a (patch)
tree7258ab7dbd4ee8accd60be574bde7f2c6b92f8af /Makefile
parent54a921ba1b5fe474996f79246b4061b38dd7bb2c (diff)
downloadmruby-ec8f97d2a6facab56ff78cc62ebf1928d06bed4a.tar.gz
mruby-ec8f97d2a6facab56ff78cc62ebf1928d06bed4a.zip
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 2870dcf29..fc22089a9 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ all :
# mruby test
.PHONY : test
-test :
+test : all
@$(MAKE) -C test $(MAKE_FLAGS)
# clean up