altos/micropeak: Remove all compiler results
authorKeith Packard <keithp@keithp.com>
Wed, 20 Dec 2017 00:57:33 +0000 (16:57 -0800)
committerKeith Packard <keithp@keithp.com>
Wed, 20 Dec 2017 00:57:33 +0000 (16:57 -0800)
Not just the current version.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/micropeak/Makefile

index ac00f635e77d5d23a581b520a207a0ef4b024a4d..6e8cae1499aa6665e0450f5ac83ca70c32450be1 100644 (file)
@@ -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)