diff options
| author | take_cheeze <[email protected]> | 2015-04-06 15:20:13 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-06-01 21:53:55 +0900 |
| commit | 6460ef77bcceb17d80d1b46a07b28fada19737c8 (patch) | |
| tree | 802d327b0efbe1ed9ed1a1109657e23705b4f89f /Rakefile | |
| parent | 214bc3c95a9e01a7be4d76e94d80be9d9d59bd4b (diff) | |
| download | mruby-6460ef77bcceb17d80d1b46a07b28fada19737c8.tar.gz mruby-6460ef77bcceb17d80d1b46a07b28fada19737c8.zip | |
Compile mruby compiler as mrbgem.
Compiler codes is moved to "mruby-compiler".
Executable `mrbc` is moved to "mruby-bin-mrbc".
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -21,7 +21,6 @@ end # load custom rules load "#{MRUBY_ROOT}/src/mruby_core.rake" load "#{MRUBY_ROOT}/mrblib/mrblib.rake" -load "#{MRUBY_ROOT}/tools/mrbc/mrbc.rake" load "#{MRUBY_ROOT}/tasks/mrbgems.rake" load "#{MRUBY_ROOT}/tasks/libmruby.rake" |
