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