From 46304aa257635d14afc4d8567eedba0f93a5742f Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 19 Dec 2017 16:57:33 -0800 Subject: [PATCH] altos/micropeak: Remove all compiler results Not just the current version. Signed-off-by: Keith Packard --- src/micropeak/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/micropeak/Makefile b/src/micropeak/Makefile index ac00f635..6e8cae14 100644 --- a/src/micropeak/Makefile +++ b/src/micropeak/Makefile @@ -103,7 +103,7 @@ ao_product.o: ao_product.c ao_product.h distclean: clean clean: - rm -f *.o $(PROG) $(HEX) $(SCRIPT) + rm -f *.o *.elf *.ihx $(SCRIPT) rm -f ao_product.h publish: $(PUBLISH_HEX) $(PUBLISH_SCRIPT) -- 2.30.2