summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Rakefile4
-rw-r--r--tasks/core.rake (renamed from src/mruby_core.rake)0
-rw-r--r--tasks/mrblib.rake (renamed from mrblib/mrblib.rake)0
3 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index db6cbf91a..a2c4a7294 100644
--- a/Rakefile
+++ b/Rakefile
@@ -22,8 +22,8 @@ MRuby.each_target do |build|
end
# load custom rules
-load "#{MRUBY_ROOT}/src/mruby_core.rake"
-load "#{MRUBY_ROOT}/mrblib/mrblib.rake"
+load "#{MRUBY_ROOT}/tasks/core.rake"
+load "#{MRUBY_ROOT}/tasks/mrblib.rake"
load "#{MRUBY_ROOT}/tasks/mrbgems.rake"
load "#{MRUBY_ROOT}/tasks/libmruby.rake"
diff --git a/src/mruby_core.rake b/tasks/core.rake
index c4816d4ce..c4816d4ce 100644
--- a/src/mruby_core.rake
+++ b/tasks/core.rake
diff --git a/mrblib/mrblib.rake b/tasks/mrblib.rake
index 7231b63bc..7231b63bc 100644
--- a/mrblib/mrblib.rake
+++ b/tasks/mrblib.rake