Pass LDFLAGS, even if empty
This commit is contained in:
parent
68ad220640
commit
8a715e07fe
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue