diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/micropeak/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |