aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 59b2519..36a0f2f 100644
--- a/Makefile
+++ b/Makefile
@@ -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) $(LDFLAGS) -o $@ dwl.o util.o
+ $(CC) dwl.o util.o $(LDLIBS) $(LDFLAGS) -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