Makefile respect user LDFLAGS

This commit is contained in:
Lucio Sauer 2024-08-12 16:57:52 +02:00
parent cf62efc2ce
commit 541c1ca04f

View file

@ -135,7 +135,7 @@ dist/x48ng: $(DOTOS)
# Binaries
$(TARGETS):
$(CC) $^ -o $@ $(CPPFLAGS) $(CFLAGS) $(LIBS)
$(CC) $^ -o $@ $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(LIBS)
# Cleaning
clean: