summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-12-08 11:17:28 -0800
committerKeith Packard <keithp@keithp.com>2013-12-08 11:17:28 -0800
commiteded084c6caa1f9423d690c8b45c8042f8355987 (patch)
treeadbd9237286c378426c9f2142a308d91e45339b2
parentbb72b4018dd6a422afe1916d9538bb9ff1e45353 (diff)
altos: remove all versions of stm-demo executable
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--src/stm-demo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm-demo/Makefile b/src/stm-demo/Makefile
index 990968c2..2c7e9df5 100644
--- a/src/stm-demo/Makefile
+++ b/src/stm-demo/Makefile
@@ -66,7 +66,7 @@ $(OBJ): $(INC)
distclean: clean
clean:
- rm -f *.o $(PROG)
+ rm -f *.o stm-demo-*.elf
rm -f ao_product.h
install: