Skip to content

Commit 8fc5859

Browse files
committed
Fix build errors
1 parent 17942bc commit 8fc5859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ endif
5151
.PHONY: clean install release release/macos release/linux release/win32
5252

5353
nmrpflash$(SUFFIX): $(nmrpflash_OBJ)
54-
$(CC) $(LDFLAGS) $^ -o $@
54+
$(CC) $^ -o $@ $(LDFLAGS)
5555

5656
tftptest:
5757
CFLAGS=-DNMRPFLASH_TFTP_TEST make clean nmrpflash

0 commit comments

Comments
 (0)