Update clean utility

pull/35/head
Andre Richter 5 years ago
parent 67ee3a9fa9
commit 35e6bc5be6
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -34,7 +34,8 @@ def clean_all
crates.each do |x|
x = File.dirname(x)
Dir.chdir(x) do
system('make clean') || exit(1)
puts "Cleaning #{x}"
system('rm -rf target') || exit(1)
end
end

Loading…
Cancel
Save