summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorYuichiro MASUI <[email protected]>2012-12-17 02:19:46 +0900
committerYuichiro MASUI <[email protected]>2012-12-17 02:19:46 +0900
commit8f9105d21a3039641e6c1f700adafd1d75e6b255 (patch)
tree1e57860066f6220c97dc15de0517dbcfe9a68fc7 /Rakefile
parent4b8959daff04feabbcb3b2302f5171561ca1f194 (diff)
downloadmruby-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--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index ba24cdef9..14ff8077a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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"