summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)