1
0
Fork 0

add bin targets - closes #1648, fixes #1647

This commit is contained in:
Jack Humbert 2017-08-27 12:11:59 -04:00
parent 7960302242
commit 677b89768b
2 changed files with 8 additions and 0 deletions

View file

@ -155,3 +155,6 @@ DFU_UTIL ?= dfu-util
dfu-util: $(BUILD_DIR)/$(TARGET).bin sizeafter
$(DFU_UTIL) $(DFU_ARGS) -D $(BUILD_DIR)/$(TARGET).bin
bin: $(BUILD_DIR)/$(TARGET).bin sizeafter
$(COPY) $(BUILD_DIR)/$(TARGET).bin $(TARGET).bin;