diff options
| -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: | 
