diff options
author | Keith Packard <keithp@keithp.com> | 2016-08-02 16:53:50 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-08-02 16:55:11 -0700 |
commit | 1934468e96ea9d179abf6e3e728b6b14ce793f46 (patch) | |
tree | 992d3188efbd953d358d22a79f130edb497accef | |
parent | 782013d0ff2c9f076952c0e172bfcb7016699d5f (diff) |
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 <keithp@keithp.com>
-rw-r--r-- | src/stmf0/Makefile-flash.defs | 2 |
1 files changed, 1 insertions, 1 deletions
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: |