Skip to content

Commit

Permalink
[ruby/mmtk] Also remove .rustc_info.json in clean-mmtk target
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 authored and matzbot committed Dec 9, 2024
1 parent ea7e34f commit de7feb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gc/mmtk/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
.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) }

0 comments on commit de7feb0

Please sign in to comment.