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