From: Dan White Date: Sat, 20 Apr 2013 05:40:55 +0000 (-0500) Subject: cleanup better X-Git-Tag: bootrom-initial-submission~22^2~8 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=d84609a02cca402b6f13a294100227d20d6e46dd;p=430.git cleanup better --- diff --git a/msp4th/Makefile b/msp4th/Makefile index d6b3ffa..e6afe8e 100644 --- a/msp4th/Makefile +++ b/msp4th/Makefile @@ -110,7 +110,7 @@ flash: $(TARGET).hex .PHONY: clean clean: $(RM) $(OBJECTS) - $(RM) $(TARGET).{elf,hex,txt,map} + $(RM) $(TARGET).{elf,hex,txt,map,xout} $(RM) $(SOURCES:.c=.lst) $(RM) $(DEPEND)