diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-04-28 15:47:30 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-12 16:20:42 +0900 |
| commit | a2fbb98fa63b1397f30706797b975b42484ed941 (patch) | |
| tree | 69068bf401216c23a5fbb5c1d601044a673fd1a6 /Rakefile | |
| parent | 721f934b9b01f4644d63f2b838e141cf0e6cda91 (diff) | |
| download | mruby-a2fbb98fa63b1397f30706797b975b42484ed941.tar.gz mruby-a2fbb98fa63b1397f30706797b975b42484ed941.zip | |
Remove `build/presym` and `build/presym.inc` on `rake clean`.
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
