summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-05-01 08:14:56 +0900
committerYukihiro Matsumoto <[email protected]>2012-05-01 08:14:56 +0900
commit4390ff1260f713072e9639ff65b010cf37888ab4 (patch)
treee8f315956a6c11553bbeacde52f0b74d34022233 /Makefile
parent7c9080302801e2f2619c1848627bc310c7f3c1cb (diff)
downloadmruby-4390ff1260f713072e9639ff65b010cf37888ab4.tar.gz
mruby-4390ff1260f713072e9639ff65b010cf37888ab4.zip
Makefile: run make at src first
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 44f8ee5af..ec293641b 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@ endif
.PHONY : all
all :
+ @$(MAKE) -C src $(MAKE_FLAGS)
@$(MAKE) -C tools/mruby $(MAKE_FLAGS)
# clean up