From 2506c1af519ed14836986ecf2674636fa8b37947 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 10 Jun 2025 11:23:44 -0400 Subject: pke: vulkan dynamic rendering + update imgui --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3