diff options
| author | Keith Packard <keithp@keithp.com> | 2017-12-19 16:57:33 -0800 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2017-12-19 16:57:33 -0800 | 
| commit | 46304aa257635d14afc4d8567eedba0f93a5742f (patch) | |
| tree | 58513d47581f287c84b9394cbf33c3b4a3be8bf4 /src | |
| parent | 99299986e194337b05ee81cfb7c4aa1cb9e9a74e (diff) | |
altos/micropeak: Remove all compiler results
Not just the current version.
Signed-off-by: Keith Packard <keithp@keithp.com>
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)  | 
