summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-04-28 15:47:30 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-10-12 16:20:42 +0900
commita2fbb98fa63b1397f30706797b975b42484ed941 (patch)
tree69068bf401216c23a5fbb5c1d601044a673fd1a6 /Rakefile
parent721f934b9b01f4644d63f2b838e141cf0e6cda91 (diff)
downloadmruby-a2fbb98fa63b1397f30706797b975b42484ed941.tar.gz
mruby-a2fbb98fa63b1397f30706797b975b42484ed941.zip
Remove `build/presym` and `build/presym.inc` on `rake clean`.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 7ef67b3da..2b866a8f5 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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