mirror of https://github.com/g4klx/MMDVM.git
Correct typo in Makefile
This commit is contained in:
parent
88409dccd2
commit
0aea9aef38
2
Makefile
2
Makefile
|
@ -148,7 +148,7 @@ CXXFLAGS=-Os -fno-exceptions -ffunction-sections -fdata-sections -fno-builtin -f
|
||||||
LDFLAGS=-Os --specs=nano.specs
|
LDFLAGS=-Os --specs=nano.specs
|
||||||
|
|
||||||
# Build Rules
|
# Build Rules
|
||||||
.PHONY: all release dis pi pi_f722 f4m nucleo f767 dvm clean
|
.PHONY: all release dis pi pi-f722 f4m nucleo f767 dvm clean
|
||||||
|
|
||||||
# Default target: Nucleo-64 F446RE board
|
# Default target: Nucleo-64 F446RE board
|
||||||
all: nucleo
|
all: nucleo
|
||||||
|
|
Loading…
Reference in New Issue