From 154436ab88925540f86f43c0ac885c080949aa9b Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 19 Aug 2025 13:51:40 -0400 Subject: pke: ui box type button image --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 ; -- cgit v1.2.3