[ruby/mmtk] Also remove .rustc_info.json in clean-mmtk target
https://github.com/ruby/mmtk/commit/4b67c8b4da
This commit is contained in:
parent
ea7e34fd5d
commit
de7feb0538
@ -37,7 +37,8 @@ makefile << <<~'MAKEFILE'
|
||||
|
||||
.PHONY: clean-mmtk
|
||||
clean-mmtk:
|
||||
-$(Q)$(RM_RF) debug release
|
||||
-$(Q)$(RM_RF) debug release
|
||||
-$(Q)$(RM) .rustc_info.json
|
||||
MAKEFILE
|
||||
|
||||
File.open("Makefile", "w") { |file| file.puts(makefile) }
|
||||
|
Loading…
x
Reference in New Issue
Block a user