mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #6038 from dearblue/revert-6032-update-rake-task-clean
Revert "Rake: update task clean to remove `bin` and `build` folders"
This commit is contained in:
@@ -53,8 +53,10 @@ task :build => MRuby.targets.flat_map{|_, build| build.products}
|
||||
|
||||
desc "clean all built and in-repo installed artifacts"
|
||||
task :clean do
|
||||
rm_rf "#{MRUBY_ROOT}/bin"
|
||||
rm_rf "#{MRUBY_ROOT}/build"
|
||||
MRuby.each_target do |build|
|
||||
rm_rf build.build_dir
|
||||
rm_f build.products
|
||||
end
|
||||
puts "Cleaned up target build directory"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user