From d84609a02cca402b6f13a294100227d20d6e46dd Mon Sep 17 00:00:00 2001 From: Dan White Date: Sat, 20 Apr 2013 00:40:55 -0500 Subject: [PATCH] cleanup better --- msp4th/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.25.1