summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-06-10 11:23:44 -0400
committerJonathan Bradley <jcb@pikum.xyz>2025-06-10 11:23:44 -0400
commit2506c1af519ed14836986ecf2674636fa8b37947 (patch)
treeed9270b9160582ef8fd1a7f0cb01e30921655e6f /Makefile
parent11454fb99a9dc1c959e58828f447d1fb2e9f3d9d (diff)
pke: vulkan dynamic rendering + update imgui
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0db983d..8f01766 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,7 @@ DST_SHADERS = \
$(DIR_OBJ)/shaders/ui-base.frag.spv \
.PHONY: default
-default: options .WAIT $(DIR_EXE)/pke-editor $(DIR_EXE)/libpke-example.a $(DIR_EXE)/pke-runtime ;
+default: options .WAIT $(DIR_EXE)/pke-editor $(DIR_OBJ)/libpke-example.$(LIB_EXT) $(DIR_EXE)/pke-runtime ;
.PHONY: prepare
prepare: config.h