diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-08 11:17:28 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-08 11:17:28 -0800 |
commit | eded084c6caa1f9423d690c8b45c8042f8355987 (patch) | |
tree | adbd9237286c378426c9f2142a308d91e45339b2 /src/stm-demo | |
parent | bb72b4018dd6a422afe1916d9538bb9ff1e45353 (diff) |
altos: remove all versions of stm-demo executable
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 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: |