summaryrefslogtreecommitdiff
path: root/src/micropeak
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2017-12-21 19:05:46 -0700
committerBdale Garbee <bdale@gag.com>2017-12-21 19:05:46 -0700
commitdbb78c8222c45f4430601deee0194b0c9dc2e79a (patch)
tree6805b815727c58ad6c01f9163e42ab3177ee56d5 /src/micropeak
parentfe38c22595b050435dbacd35f1baae064fb7de75 (diff)
parent87aab99521dc44d1d29fbb0b7f227f868f074836 (diff)
Merge branch 'master' into branch-1.8
Diffstat (limited to 'src/micropeak')
-rw-r--r--src/micropeak/Makefile2
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)