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/stm-demo | |
| parent | 50753e84871b2a01d270d28b8b77a19614d2180c (diff) | |
altos: Remove ARM .ihx files on 'make clean'
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm-demo')
| -rw-r--r-- | src/stm-demo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm-demo/Makefile b/src/stm-demo/Makefile index 2c7e9df5..98fcd9e5 100644 --- a/src/stm-demo/Makefile +++ b/src/stm-demo/Makefile @@ -66,7 +66,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o stm-demo-*.elf + rm -f *.o *.elf *.ihx rm -f ao_product.h install: |
