summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Kraeutmann <[email protected]>2019-01-16 16:39:14 +0100
committerDavid Kraeutmann <[email protected]>2019-01-16 16:39:14 +0100
commit2745fca168498fd8424482a0aaf4d412692e7ce4 (patch)
tree961885b3254bf7de6757a966acd42f767b714c7e /Makefile
parent3048372ad8d1e117b6ffd60e12c276ca575a6f74 (diff)
Fix tinywl linking order (#1463)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 92d2a51..505666f 100644
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,8 @@ tinywl: tinywl.c xdg-shell-protocol.h xdg-shell-protocol.c
$(CC) $(CFLAGS) \
-g -Werror -I. \
-DWLR_USE_UNSTABLE \
- $(LIBS) \
- -o $@ $<
+ -o $@ $< \
+ $(LIBS)
clean:
rm -f tinywl xdg-shell-protocol.h xdg-shell-protocol.c