From 1934468e96ea9d179abf6e3e728b6b14ce793f46 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 2 Aug 2016 16:53:50 -0700 Subject: [PATCH] altos/stmf0: Clean .bin files from flash-loader dirs The .bin files are what the DFU utility uses to flash the boot loader using USB. Signed-off-by: Keith Packard --- src/stmf0/Makefile-flash.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stmf0/Makefile-flash.defs b/src/stmf0/Makefile-flash.defs index 29d6ae45..804595bd 100644 --- a/src/stmf0/Makefile-flash.defs +++ b/src/stmf0/Makefile-flash.defs @@ -60,7 +60,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(HARDWARE)-$(PROGNAME)-*.elf + rm -f *.o $(HARDWARE)-$(PROGNAME)-*.elf $(HARDWARE)-$(PROGNAME)-*.bin rm -f ao_product.h install: -- 2.30.2