add "all" to test dependency

This commit is contained in:
Yukihiro Matsumoto
2012-05-20 23:01:53 +09:00
parent 54a921ba1b
commit ec8f97d2a6
+1 -1
View File
@@ -29,7 +29,7 @@ all :
# mruby test
.PHONY : test
test :
test : all
@$(MAKE) -C test $(MAKE_FLAGS)
# clean up