Remove build/presym and build/presym.inc on rake clean.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-04-28 15:47:30 +09:00
parent 721f934b9b
commit a2fbb98fa6
+2
View File
@@ -199,6 +199,8 @@ task :clean do
rm_rf t.build_dir
end
rm_f depfiles
rm_f presym_file
rm_f presym_inc
puts "Cleaned up target build folder"
end