You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
nrf/Makefile: Fix .PHONY target.
It must be in uppercase.
This commit is contained in:
committed by
Damien George
parent
57ca1ecf01
commit
1949719e1d
+1
-1
@@ -238,7 +238,7 @@ OBJ += $(BUILD)/pins_gen.o
|
||||
$(BUILD)/$(FATFS_DIR)/ff.o: COPT += -Os
|
||||
$(filter $(PY_BUILD)/../extmod/vfs_fat_%.o, $(PY_O)): COPT += -Os
|
||||
|
||||
.phony: all flash sd binary hex
|
||||
.PHONY: all flash sd binary hex
|
||||
|
||||
all: binary hex
|
||||
|
||||
|
||||
Reference in New Issue
Block a user