Skip to content

Commit

Permalink
Remove build/presym and build/presym.inc on rake clean.
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed Sep 18, 2020
1 parent a1a1e83 commit 1014a15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1014a15

Please sign in to comment.