Rakefile: remove default build target directories in deep_clean

Ref #6038, #6032
This commit is contained in:
Yukihiro "Matz" Matsumoto
2023-08-24 12:56:48 +09:00
parent f43f2fc8f3
commit 1e385692d1
+2
View File
@@ -65,6 +65,8 @@ task :deep_clean => %w[clean doc:clean] do
MRuby.each_target do |build|
rm_rf build.gem_clone_dir
end
rm_rf "#{MRUBY_ROOT}/bin"
rm_rf "#{MRUBY_ROOT}/build"
puts "Cleaned up mrbgems build directory"
end