Makefile respect user LDFLAGS
This commit is contained in:
parent
cf62efc2ce
commit
541c1ca04f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -135,7 +135,7 @@ dist/x48ng: $(DOTOS)
|
||||||
|
|
||||||
# Binaries
|
# Binaries
|
||||||
$(TARGETS):
|
$(TARGETS):
|
||||||
$(CC) $^ -o $@ $(CPPFLAGS) $(CFLAGS) $(LIBS)
|
$(CC) $^ -o $@ $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(LIBS)
|
||||||
|
|
||||||
# Cleaning
|
# Cleaning
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in a new issue