mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
[ruby/mmtk] Add target clean-mmtk to clean Rust debug and release directories
1f71cb873c
This commit is contained in:
parent
14e0a40cd0
commit
ea7e34fd5d
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue