diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-04-27 00:54:36 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-04-27 00:54:36 +0900 |
| commit | f1164487e1427c40e3a10ef0902a5905acc5f08a (patch) | |
| tree | 68cad329ff30c6cb8a8ddf9a7db3f355057f6546 /Rakefile | |
| parent | bdb9d4d19c3120666aae2ae24602f2d5dec19bbd (diff) | |
| parent | ed3a25337226015ba0356a9027e0e4965b5788b3 (diff) | |
| download | mruby-f1164487e1427c40e3a10ef0902a5905acc5f08a.tar.gz mruby-f1164487e1427c40e3a10ef0902a5905acc5f08a.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ load "#{MRUBY_ROOT}/tasks/libmruby.rake" load "#{MRUBY_ROOT}/tasks/mrbgems_test.rake" load "#{MRUBY_ROOT}/test/mrbtest.rake" +load "#{MRUBY_ROOT}/tasks/benchmark.rake" + ############################## # generic build targets, rules task :default => :all |
