summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-12-10 00:39:52 -0800
committerKeith Packard <keithp@keithp.com>2013-12-10 00:39:52 -0800
commita4596c134aa5e7867f1ca1d86d36afb2af9b8999 (patch)
tree995994c4fab650ed8c5948e659873dcfca82b327 /src
parent50753e84871b2a01d270d28b8b77a19614d2180c (diff)
altos: Remove ARM .ihx files on 'make clean'
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r--src/easymini-v1.0/Makefile2
-rw-r--r--src/megadongle-v0.1/Makefile2
-rw-r--r--src/stm-demo/Makefile2
-rw-r--r--src/telegps-v0.1/Makefile2
-rw-r--r--src/telegps-v0.3/Makefile2
-rw-r--r--src/telelco-v0.1/Makefile2
-rw-r--r--src/telelco-v0.2/Makefile2
-rw-r--r--src/telemega-v0.1/Makefile2
-rw-r--r--src/telemega-v1.0/Makefile2
-rw-r--r--src/telemetrum-v2.0/Makefile2
-rw-r--r--src/telescience-v0.2/Makefile2
11 files changed, 11 insertions, 11 deletions
diff --git a/src/easymini-v1.0/Makefile b/src/easymini-v1.0/Makefile
index 8042874f..7dae2692 100644
--- a/src/easymini-v1.0/Makefile
+++ b/src/easymini-v1.0/Makefile
@@ -75,7 +75,7 @@ load: $(PROG)
distclean: clean
clean:
- rm -f *.o $(PROGNAME)-*.elf
+ rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx
rm -f ao_product.h
install:
diff --git a/src/megadongle-v0.1/Makefile b/src/megadongle-v0.1/Makefile
index a8c3a584..6035c348 100644
--- a/src/megadongle-v0.1/Makefile
+++ b/src/megadongle-v0.1/Makefile
@@ -80,7 +80,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:
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:
diff --git a/src/telegps-v0.1/Makefile b/src/telegps-v0.1/Makefile
index 96366cfc..49e325ac 100644
--- a/src/telegps-v0.1/Makefile
+++ b/src/telegps-v0.1/Makefile
@@ -92,7 +92,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:
diff --git a/src/telegps-v0.3/Makefile b/src/telegps-v0.3/Makefile
index d129d295..bb9c8c64 100644
--- a/src/telegps-v0.3/Makefile
+++ b/src/telegps-v0.3/Makefile
@@ -76,7 +76,7 @@ ao_product.h: ao-make-product.5c ../Version
distclean: clean
clean:
- rm -f *.o ao_serial_lpc.h $(PROGNAME)-*.elf
+ rm -f *.o ao_serial_lpc.h $(PROGNAME)-*.elf $(PROGNAME)-*.ihx
rm -f ao_product.h
install:
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:
diff --git a/src/telelco-v0.2/Makefile b/src/telelco-v0.2/Makefile
index 32cf7edd..f28bdd32 100644
--- a/src/telelco-v0.2/Makefile
+++ b/src/telelco-v0.2/Makefile
@@ -98,7 +98,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:
diff --git a/src/telemega-v0.1/Makefile b/src/telemega-v0.1/Makefile
index 0166ebc9..26afa38d 100644
--- a/src/telemega-v0.1/Makefile
+++ b/src/telemega-v0.1/Makefile
@@ -143,7 +143,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:
diff --git a/src/telemega-v1.0/Makefile b/src/telemega-v1.0/Makefile
index e3204c11..543f7e74 100644
--- a/src/telemega-v1.0/Makefile
+++ b/src/telemega-v1.0/Makefile
@@ -145,7 +145,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:
diff --git a/src/telemetrum-v2.0/Makefile b/src/telemetrum-v2.0/Makefile
index 16408b03..cebc9cab 100644
--- a/src/telemetrum-v2.0/Makefile
+++ b/src/telemetrum-v2.0/Makefile
@@ -116,7 +116,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:
diff --git a/src/telescience-v0.2/Makefile b/src/telescience-v0.2/Makefile
index d76183c5..6b7ea8c7 100644
--- a/src/telescience-v0.2/Makefile
+++ b/src/telescience-v0.2/Makefile
@@ -79,7 +79,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: