summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-07-22 16:24:26 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2023-07-22 16:24:26 +0200
commit896bb1e6576fe32b754341ddf0b49fbcfd1c116a (patch)
treedff8e0e16a344a0a27153e3f6b7b23aad4e96227 /Makefile
parent1b9769db524afe3deb987e95db9fe6651104ffc0 (diff)
make it also working on other compositors
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e353b0..2e595ca 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ include config.mk
WLR_LAYER_SHELL = protocol/wlr-layer-shell-unstable.xml
DWL_IPC = protocol/dwl-bar-ipc-unstable-v1.xml
PROTOCOLS = wlr-layer-shell-protocol.c xdg-shell-protocol.c dwl-bar-ipc-protocol.c
-SRC = dmenu-wl.c drw.c util.c wayland.c
+SRC = dmenu-wl.c drw.c util.c wayland.c compositor.c
OBJ = ${SRC:.c=.o} ${PROTOCOLS:.c=.o}
default_target: options dmenu-wl