[ruby/mmtk] Add target clean-mmtk to clean Rust debug and release directories
https://github.com/ruby/mmtk/commit/1f71cb873c
This commit is contained in:
parent
14e0a40cd0
commit
ea7e34fd5d
@ -32,6 +32,12 @@ makefile << <<~'MAKEFILE'
|
||||
exit 1 \
|
||||
;; \
|
||||
esac
|
||||
|
||||
clean: clean-mmtk
|
||||
|
||||
.PHONY: clean-mmtk
|
||||
clean-mmtk:
|
||||
-$(Q)$(RM_RF) debug release
|
||||
MAKEFILE
|
||||
|
||||
File.open("Makefile", "w") { |file| file.puts(makefile) }
|
||||
|
Loading…
x
Reference in New Issue
Block a user