From b797bfa6aa9ecc9491bfb27df8b2bc9d3fb05f8f Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Sat, 7 Feb 2026 11:29:57 -0500 Subject: [PATCH] Fix the make clean/make run steps so the basicmesh.glb is always there. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7536b9a..759b36d 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ debug_build: meson setup --wipe builddir -Db_ndebug=true --buildtype debugoptimized meson compile -j 10 -C builddir -run: build +run: meshes build ifeq '$(OS)' 'Windows_NT' powershell "cp ./builddir/hellovulk.exe ." ./hellovulk