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:
Fergus Henderson
1995-03-18 09:51:43 +00:00
parent a3c5911e44
commit fe4760e23f

View File

@@ -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