Pass LDFLAGS, even if empty

This commit is contained in:
Imbus 2026-02-05 03:31:34 +01:00
parent 68ad220640
commit 8a715e07fe

View file

@ -17,7 +17,7 @@ PREFIX ?= /usr/local
DESTDIR ?=
writeimg: writeimg.c
$(CC) $(CFLAGS) $(LIBS) -o $@ $^
$(CC) $(CFLAGS) $(LDFLAGS) $(LIBS) -o $@ $^
clean:
rm -f *.o writeimg