summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-12 16:37:43 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-12 16:37:43 +0100
commit8829759b77259e0c8cfb033f66ccbde0eb481471 (patch)
treeb4c883e6cc57022f6564e44f6a58ecb9cc445c2c /Makefile
parentee1d1eb500349423599c3a317d97dd5fe0d75580 (diff)
rename
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f82baf6..85103fa 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ SOKOL_SHDC = $(SOKOL_BIN)/$(PLATFORM)/sokol-shdc
ASSETS_DIR = $(WORK_DIR)/assets
SHADERS = \
- $(ASSETS_DIR)/text.glsl
+ $(ASSETS_DIR)/text_shader.glsl
SHADER_HEADERS = $(SHADERS:.glsl=.h)