We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2128d60 commit 9ea3f08Copy full SHA for 9ea3f08
Makefile
@@ -305,7 +305,7 @@ $(info ASFLAGS $(ASFLAGS))
305
$(info )
306
endif
307
308
-.phony: all clean size flash sd erase
+.PHONY: all clean size flash dfu-flash sd erase gdbflash gdb
309
310
# default target to build
311
all: $(BUILD)/$(OUT_FILE)-nosd.out size
@@ -373,7 +373,7 @@ size: $(BUILD)/$(OUT_FILE)-nosd.out
373
-@echo ''
374
375
#------------------- Binary generator -------------------
376
-.phony: genhex genpkg
+.PHONY: genhex genpkg combinehex
377
378
## Create binary .hex file from the .out file
379
genhex: $(BUILD)/$(OUT_FILE)-nosd.hex
0 commit comments