Skip to content

Commit 9ea3f08

Browse files
committed
more cleanup
1 parent 2128d60 commit 9ea3f08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ $(info ASFLAGS $(ASFLAGS))
305305
$(info )
306306
endif
307307

308-
.phony: all clean size flash sd erase
308+
.PHONY: all clean size flash dfu-flash sd erase gdbflash gdb
309309

310310
# default target to build
311311
all: $(BUILD)/$(OUT_FILE)-nosd.out size
@@ -373,7 +373,7 @@ size: $(BUILD)/$(OUT_FILE)-nosd.out
373373
-@echo ''
374374

375375
#------------------- Binary generator -------------------
376-
.phony: genhex genpkg
376+
.PHONY: genhex genpkg combinehex
377377

378378
## Create binary .hex file from the .out file
379379
genhex: $(BUILD)/$(OUT_FILE)-nosd.hex

0 commit comments

Comments
 (0)