summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-11-21 16:07:03 +0900
committerGitHub <[email protected]>2020-11-21 16:07:03 +0900
commitc6c18c32b061960ca706e40594b3d32046d0ab8f (patch)
treee1dca5b3e4842e24dcc8c51588825aa4a72eb49c /Rakefile
parent00751ccbcd14a6681f2a9ff1f6dce84708309bc0 (diff)
parent551bf0c635ca5dda1741a39a92de528dc82e90d6 (diff)
downloadmruby-c6c18c32b061960ca706e40594b3d32046d0ab8f.tar.gz
mruby-c6c18c32b061960ca706e40594b3d32046d0ab8f.zip
Merge pull request #5162 from shuujii/move-some-.rake-files-to-tasks-directory-for-consistency
Move some `.rake` files to `tasks` directory for consistency
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 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"