aboutsummaryrefslogtreecommitdiff
path: root/tinywl
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2019-01-16 16:44:46 +0100
committerGitHub <noreply@github.com>2019-01-16 16:44:46 +0100
commit10b1de6e718f1765f81131447d4b6b86bc78a6f4 (patch)
tree848fe7f9611f4c8c894b6ebac4b92cdc908d97e1 /tinywl
parentdc9c91b0a4a973f100ead0c2b1dad9f0699a8a69 (diff)
parent4b3414e065be698a69ab02b63633ba77a62de419 (diff)
Merge pull request #1471 from SimulaVR/tinywl-lib-order
Fix tinywl linking order (#1463)
Diffstat (limited to 'tinywl')
-rw-r--r--tinywl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tinywl/Makefile b/tinywl/Makefile
index 92d2a516..505666f0 100644
--- a/tinywl/Makefile
+++ b/tinywl/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