more cleanup

This commit is contained in:
hathach 2020-03-25 18:49:54 +07:00
parent 2128d60cc9
commit 9ea3f08e23
1 changed files with 2 additions and 2 deletions

View File

@ -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