diff options
| author | Yuichiro MASUI <[email protected]> | 2012-12-17 02:19:46 +0900 |
|---|---|---|
| committer | Yuichiro MASUI <[email protected]> | 2012-12-17 02:19:46 +0900 |
| commit | 8f9105d21a3039641e6c1f700adafd1d75e6b255 (patch) | |
| tree | 1e57860066f6220c97dc15de0517dbcfe9a68fc7 /Rakefile | |
| parent | 4b8959daff04feabbcb3b2302f5171561ca1f194 (diff) | |
| download | mruby-8f9105d21a3039641e6c1f700adafd1d75e6b255.tar.gz mruby-8f9105d21a3039641e6c1f700adafd1d75e6b255.zip | |
Moved some building script from GNU make to Ruby script
Added minirake what's Rake subset
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -88,6 +88,7 @@ task :clean do end sh "#{MAKE} clean -C tools/mruby #{MAKE_FLAGS}" sh "#{MAKE} clean -C tools/mirb #{MAKE_FLAGS}" + sh "#{MAKE} clean -C test #{MAKE_FLAGS}" end desc "show build config summary" |
