diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-01 08:14:56 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-01 08:14:56 +0900 |
| commit | 4390ff1260f713072e9639ff65b010cf37888ab4 (patch) | |
| tree | e8f315956a6c11553bbeacde52f0b74d34022233 /Makefile | |
| parent | 7c9080302801e2f2619c1848627bc310c7f3c1cb (diff) | |
| download | mruby-4390ff1260f713072e9639ff65b010cf37888ab4.tar.gz mruby-4390ff1260f713072e9639ff65b010cf37888ab4.zip | |
Makefile: run make at src first
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ endif .PHONY : all all : + @$(MAKE) -C src $(MAKE_FLAGS) @$(MAKE) -C tools/mruby $(MAKE_FLAGS) # clean up |
