aboutsummaryrefslogtreecommitdiff
path: root/tinywl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tinywl/Makefile')
-rw-r--r--tinywl/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/tinywl/Makefile b/tinywl/Makefile
index 505666f0..68bac252 100644
--- a/tinywl/Makefile
+++ b/tinywl/Makefile
@@ -12,11 +12,7 @@ xdg-shell-protocol.h:
$(WAYLAND_SCANNER) server-header \
$(WAYLAND_PROTOCOLS)/stable/xdg-shell/xdg-shell.xml $@
-xdg-shell-protocol.c: xdg-shell-protocol.h
- $(WAYLAND_SCANNER) private-code \
- $(WAYLAND_PROTOCOLS)/stable/xdg-shell/xdg-shell.xml $@
-
-tinywl: tinywl.c xdg-shell-protocol.h xdg-shell-protocol.c
+tinywl: tinywl.c xdg-shell-protocol.h
$(CC) $(CFLAGS) \
-g -Werror -I. \
-DWLR_USE_UNSTABLE \