From 586ebde8567cf24bc2cd12714cc8c97956328a46 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Tue, 10 Feb 2026 13:54:58 +0100 Subject: rename to graphics --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3