summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-10 13:54:18 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-10 13:54:18 +0100
commit3a20c57f30e910576a5a274676be2a804ab200d7 (patch)
tree02d73e3f64edc524048e65955e76795909290b84 /Makefile
parent93876c04b810b26a00b6c09e695e19242045ca62 (diff)
renderer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f13996a..d06c11f 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,7 @@ SOURCES = \
$(SRC_DIR)/vec.c \
$(SRC_DIR)/events.c \
$(SRC_DIR)/window.c \
+ $(SRC_DIR)/renderer.cc \
$(HASHMAP_SOURCE)
OBJECTS := $(SOURCES:.cc=.o)