summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d60e4b7..258a3eb 100644
--- a/Makefile
+++ b/Makefile
@@ -95,6 +95,7 @@ DST_SHADERS = \
$(DIR_OBJ)/shaders/glyph.frag.spv \
$(DIR_OBJ)/shaders/ui-base.vert.spv \
$(DIR_OBJ)/shaders/ui-base.frag.spv \
+ $(DIR_OBJ)/shaders/ui-txtr.frag.spv \
.PHONY: default
default: options .WAIT $(DIR_OBJ)/libpke-editor.$(OBJ_EXT) $(DIR_OBJ)/libpke-example.$(LIB_EXT) $(DIR_EXE)/pke-runtime ;