~ruther/dwl

d969289bafbbd5f035f8f483746ae824415bd1d7 — Leonardo Hernández Hernández 2 years ago 50b6630
use LDFLAGS to build dwl target
1 files changed, 1 insertions(+), 1 deletions(-)

M Makefile
M Makefile => Makefile +1 -1
@@ 22,7 22,7 @@ LDLIBS    = `pkg-config --libs $(PKGS)`
# to your build system yourself and provide them in the include path.
all: dwl
dwl: dwl.o util.o
	$(CC) $(LDLIBS) -o $@ dwl.o util.o
	$(CC) $(LDLIBS) $(LDFLAGS) -o $@ dwl.o util.o
dwl.o: dwl.c config.mk config.h client.h xdg-shell-protocol.h wlr-layer-shell-unstable-v1-protocol.h idle-protocol.h
util.o: util.c util.h


Do not follow this link