more cleanup
This commit is contained in:
parent
2128d60cc9
commit
9ea3f08e23
4
Makefile
4
Makefile
@ -305,7 +305,7 @@ $(info ASFLAGS $(ASFLAGS))
|
||||
$(info )
|
||||
endif
|
||||
|
||||
.phony: all clean size flash sd erase
|
||||
.PHONY: all clean size flash dfu-flash sd erase gdbflash gdb
|
||||
|
||||
# default target to build
|
||||
all: $(BUILD)/$(OUT_FILE)-nosd.out size
|
||||
@ -373,7 +373,7 @@ size: $(BUILD)/$(OUT_FILE)-nosd.out
|
||||
-@echo ''
|
||||
|
||||
#------------------- Binary generator -------------------
|
||||
.phony: genhex genpkg
|
||||
.PHONY: genhex genpkg combinehex
|
||||
|
||||
## Create binary .hex file from the .out file
|
||||
genhex: $(BUILD)/$(OUT_FILE)-nosd.hex
|
||||
|
Loading…
Reference in New Issue
Block a user