From 551bf0c635ca5dda1741a39a92de528dc82e90d6 Mon Sep 17 00:00:00 2001 From: KOBAYASHI Shuji Date: Sat, 21 Nov 2020 15:36:46 +0900 Subject: Move some `.rake` files to `tasks` directory for consistency --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Rakefile') 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" -- cgit v1.2.3