mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-14 21:35:49 +00:00
Make the clean_s rule (rm -f *.s) user-configurable.
Mmake.rules: Make the clean_s rule (rm -f *.s) user-configurable.
This commit is contained in:
@@ -155,7 +155,7 @@ clean_o:
|
||||
|
||||
.PHONY: clean_s
|
||||
clean_s:
|
||||
-rm -f *.s
|
||||
$(CLEAN_S)
|
||||
|
||||
.PHONY: realclean
|
||||
realclean: clean clean_deps clean_nu clean_progs clean_libs
|
||||
|
||||
Reference in New Issue
Block a user