Fix build errors
This commit is contained in:
parent
17942bc3f1
commit
8fc58598dd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -51,7 +51,7 @@ endif
|
|||
.PHONY: clean install release release/macos release/linux release/win32
|
||||
|
||||
nmrpflash$(SUFFIX): $(nmrpflash_OBJ)
|
||||
$(CC) $(LDFLAGS) $^ -o $@
|
||||
$(CC) $^ -o $@ $(LDFLAGS)
|
||||
|
||||
tftptest:
|
||||
CFLAGS=-DNMRPFLASH_TFTP_TEST make clean nmrpflash
|
||||
|
|
Loading…
Add table
Reference in a new issue