From a2fbb98fa63b1397f30706797b975b42484ed941 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 28 Apr 2020 15:47:30 +0900 Subject: Remove `build/presym` and `build/presym.inc` on `rake clean`. --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Rakefile') 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 -- cgit v1.2.3