Skip to content

Commit 4b67c8b

Browse files
committed
Also remove .rustc_info.json in clean-mmtk target
1 parent 1f71cb8 commit 4b67c8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gc/mmtk/extconf.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
3838
.PHONY: clean-mmtk
3939
clean-mmtk:
40-
-$(Q)$(RM_RF) debug release
40+
-$(Q)$(RM_RF) debug release
41+
-$(Q)$(RM) .rustc_info.json
4142
MAKEFILE
4243

4344
File.open("Makefile", "w") { |file| file.puts(makefile) }

0 commit comments

Comments
 (0)