We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17942bc commit 8fc5859Copy full SHA for 8fc5859
Makefile
@@ -51,7 +51,7 @@ endif
51
.PHONY: clean install release release/macos release/linux release/win32
52
53
nmrpflash$(SUFFIX): $(nmrpflash_OBJ)
54
- $(CC) $(LDFLAGS) $^ -o $@
+ $(CC) $^ -o $@ $(LDFLAGS)
55
56
tftptest:
57
CFLAGS=-DNMRPFLASH_TFTP_TEST make clean nmrpflash
0 commit comments