aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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