Commit 4390ff12 authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

Makefile: run make at src first

parent 7c908030
...@@ -22,6 +22,7 @@ endif ...@@ -22,6 +22,7 @@ endif
.PHONY : all .PHONY : all
all : all :
@$(MAKE) -C src $(MAKE_FLAGS)
@$(MAKE) -C tools/mruby $(MAKE_FLAGS) @$(MAKE) -C tools/mruby $(MAKE_FLAGS)
# clean up # clean up
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment