summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-08-19 13:51:40 -0400
committerJonathan Bradley <jcb@pikum.xyz>2025-08-19 14:33:08 -0400
commit154436ab88925540f86f43c0ac885c080949aa9b (patch)
tree43a22f26286428f0d165fc1ff801cd0cb87092c6 /Makefile
parentebcae77b137a759c453b89a774ece5a755078a38 (diff)
pke: ui box type button image
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 ;