summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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