Unverified Commit c6c18c32 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #5162 from shuujii/move-some-.rake-files-to-tasks-directory-for-consistency

Move some `.rake` files to `tasks` directory for consistency
parents 00751ccb 551bf0c6
...@@ -22,8 +22,8 @@ MRuby.each_target do |build| ...@@ -22,8 +22,8 @@ MRuby.each_target do |build|
end end
# load custom rules # load custom rules
load "#{MRUBY_ROOT}/src/mruby_core.rake" load "#{MRUBY_ROOT}/tasks/core.rake"
load "#{MRUBY_ROOT}/mrblib/mrblib.rake" load "#{MRUBY_ROOT}/tasks/mrblib.rake"
load "#{MRUBY_ROOT}/tasks/mrbgems.rake" load "#{MRUBY_ROOT}/tasks/mrbgems.rake"
load "#{MRUBY_ROOT}/tasks/libmruby.rake" load "#{MRUBY_ROOT}/tasks/libmruby.rake"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment