altos/stmf0: Clean .bin files from flash-loader dirs
authorKeith Packard <keithp@keithp.com>
Tue, 2 Aug 2016 23:53:50 +0000 (16:53 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 2 Aug 2016 23:55:11 +0000 (16:55 -0700)
The .bin files are what the DFU utility uses to flash the boot loader
using USB.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/stmf0/Makefile-flash.defs

index 29d6ae45b2eee46453e7444f91d6c5c6ad835a24..804595bda3f7789e96b35f8ddc27a64f919d0bab 100644 (file)
@@ -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: