summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-10 07:41:11 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-10 07:41:11 +0100
commit5b5eb5a16969afc4862fac387940818efc26780a (patch)
treeb33d699e7c0d780d88b015f3f605cebc46258210 /Makefile
parent0a158275020e94d9395fadaec1db34a1031fe87c (diff)
how are we going to do this
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2c94d3..816c901 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,8 @@ XDG_SHELL_PROT = $(WORK_DIR)/xdg-shell.xml
WAYCLOCK = $(WORK_DIR)/wayclock
SOURCES = \
$(SRC_DIR)/wayclock.cc \
- $(SRC_DIR)/xdg-shell.c
+ $(SRC_DIR)/xdg-shell.c \
+ $(SRC_DIR)/wlstate.c
OBJECTS := $(SOURCES:.cc=.o)
OBJECTS := $(OBJECTS:.c=.o)