summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-05-13 19:48:15 +0900
committerYukihiro Matsumoto <[email protected]>2012-05-13 19:48:15 +0900
commit46487a4599d9c8154891c7dc78f5e539a687f1b7 (patch)
tree38b6356f4099d4f9e4f066ea327e1b1944c69809 /Makefile
parent50a1d302912f8e95514027e8e9bdcf4e1b15ae1d (diff)
downloadmruby-46487a4599d9c8154891c7dc78f5e539a687f1b7.tar.gz
mruby-46487a4599d9c8154891c7dc78f5e539a687f1b7.zip
merge mirb target to all in toplevel Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 4f85c6c00..8a67ab2a0 100644
--- a/Makefile
+++ b/Makefile
@@ -25,11 +25,6 @@ all :
@$(MAKE) -C src $(MAKE_FLAGS)
@$(MAKE) -C mrblib $(MAKE_FLAGS)
@$(MAKE) -C tools/mruby $(MAKE_FLAGS)
-
-.PHONY : mirb
-mirb :
- @$(MAKE) -C src $(MAKE_FLAGS)
- @$(MAKE) -C mrblib $(MAKE_FLAGS)
@$(MAKE) -C tools/mirb $(MAKE_FLAGS)
# clean up