diff options
| author | Keith Packard <keithp@keithp.com> | 2013-12-10 00:39:52 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-12-10 00:39:52 -0800 |
| commit | a4596c134aa5e7867f1ca1d86d36afb2af9b8999 (patch) | |
| tree | 995994c4fab650ed8c5948e659873dcfca82b327 /src/telelco-v0.1 | |
| parent | 50753e84871b2a01d270d28b8b77a19614d2180c (diff) | |
altos: Remove ARM .ihx files on 'make clean'
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telelco-v0.1')
| -rw-r--r-- | src/telelco-v0.1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telelco-v0.1/Makefile b/src/telelco-v0.1/Makefile index e494403c..44d9237f 100644 --- a/src/telelco-v0.1/Makefile +++ b/src/telelco-v0.1/Makefile @@ -90,7 +90,7 @@ ao_product.h: ao-make-product.5c ../Version distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx rm -f ao_product.h install: |
