summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorMasaki Muranaka <[email protected]>2013-04-11 13:15:12 +0900
committerMasaki Muranaka <[email protected]>2013-04-11 15:22:07 +0900
commit9d8143f9302f86348df5d0a75ebbb433c8330354 (patch)
tree187250db57b68633c7b28bbe401333d774e65bfe /Rakefile
parent3806b53db5ff4e73df4d4b7600ba0fbdbef6e0d5 (diff)
downloadmruby-9d8143f9302f86348df5d0a75ebbb433c8330354.tar.gz
mruby-9d8143f9302f86348df5d0a75ebbb433c8330354.zip
Move mirb and mruby to mrbgems.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index a09dde6dd..f9e5e5ce3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -25,8 +25,6 @@ load "#{MRUBY_ROOT}/tools/mrbc/mrbc.rake"
load "#{MRUBY_ROOT}/tasks/mrbgems.rake"
load "#{MRUBY_ROOT}/tasks/libmruby.rake"
-load "#{MRUBY_ROOT}/tools/mruby/mruby.rake"
-load "#{MRUBY_ROOT}/tools/mirb/mirb.rake"
load "#{MRUBY_ROOT}/tasks/mrbgems_test.rake"
load "#{MRUBY_ROOT}/test/mrbtest.rake"