From: Keith Packard Date: Wed, 20 Dec 2017 00:57:33 +0000 (-0800) Subject: altos/micropeak: Remove all compiler results X-Git-Tag: 1.8.4~1^2~2 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=46304aa257635d14afc4d8567eedba0f93a5742f altos/micropeak: Remove all compiler results Not just the current version. Signed-off-by: Keith Packard --- 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)