summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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