summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-10 10:37:26 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-10 10:37:26 +0100
commitb4f74dc349f024ed44d4228501d500ebb113d146 (patch)
tree394ce06cbc10d7163f8974fb70fbc272d0e3a14d /Makefile
parent0dc0a32c0002490319f0cc641de739824ea22461 (diff)
working on window
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a9526ce..f13996a 100644
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,7 @@ SOURCES = \
$(SRC_DIR)/wlstate.c \
$(SRC_DIR)/vec.c \
$(SRC_DIR)/events.c \
+ $(SRC_DIR)/window.c \
$(HASHMAP_SOURCE)
OBJECTS := $(SOURCES:.cc=.o)