Skip to content

Commit c9a548f

Browse files
committed
more clean up
1 parent cda1798 commit c9a548f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ INC_PATHS = $(addprefix -I,$(IPATH))
363363
# BUILD TARGETS
364364
#------------------------------------------------------------------------------
365365

366-
.PHONY: all clean flash dfu-flash flash-dfu flash-sd flash-mbr gdbflash gdb
366+
.PHONY: all clean flash flash-dfu flash-sd flash-mbr dfu-flash sd mbr gdbflash gdb
367367

368368
# default target to build
369369
all: $(BUILD)/$(OUT_NAME).out $(BUILD)/$(OUT_NAME)_nosd.hex $(BUILD)/update-$(OUT_NAME)_nosd.uf2 $(BUILD)/$(MERGED_FILE).hex $(BUILD)/$(MERGED_FILE).zip
@@ -460,11 +460,13 @@ flash: $(BUILD)/$(OUT_NAME)_nosd.hex
460460
$(call FLASH_CMD,$<)
461461

462462
# flash SD only
463+
sd: flash-sd
463464
flash-sd:
464465
@echo Flashing: $(SD_HEX)
465466
$(call FLASH_NOUICR_CMD,$(SD_HEX))
466467

467468
# flash MBR only
469+
mbr: flash-mbr
468470
flash-mbr:
469471
@echo Flashing: $(MBR_HEX)
470472
$(call FLASH_NOUICR_CMD,$(MBR_HEX))

0 commit comments

Comments
 (0)