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