summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-12 15:25:37 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-12 15:25:37 +0100
commit65ce5859ec10849fa71a42273038db2a820d3fb7 (patch)
tree394a23b37518b9b1e4fcfd1f9436c0e18fa4fc41 /Makefile
parent716cccb220a9e2337320ac591d575a2f68b4ed2c (diff)
reworking text rendering
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 286ffdb..d935225 100644
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,6 @@ SOURCES = \
$(SRC_DIR)/events.c \
$(SRC_DIR)/window.c \
$(SRC_DIR)/graphics.cc \
- $(SRC_DIR)/text.cc \
$(SRC_DIR)/gfx.c \
$(GLAD_DIR)/glad.c \
$(HASHMAP_SOURCE)