fix mrubytest dependencies

This commit is contained in:
Akira Yumiyama
2012-11-05 15:36:12 +09:00
parent cd2c7c7532
commit 8d3baf6229
+1 -1
View File
@@ -63,7 +63,7 @@ endif
# generic build targets, rules
.PHONY : test
all : $(EXE)
all : $(EXE) $(MRUBY) $(TESTRB) $(TESTMRB)
@echo "# exec mrbtest"
./$(EXE)
@echo