Fix build errors

This commit is contained in:
Joseph C. Lehner 2025-03-21 16:06:04 +01:00
parent 17942bc3f1
commit 8fc58598dd

View file

@ -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