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

parent 721f934b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment