Fix the make clean/make run steps so the basicmesh.glb is always there.

This commit is contained in:
Zed A. Shaw 2026-02-07 11:29:57 -05:00
parent b3cdf37045
commit b797bfa6aa

View file

@ -43,7 +43,7 @@ debug_build:
meson setup --wipe builddir -Db_ndebug=true --buildtype debugoptimized meson setup --wipe builddir -Db_ndebug=true --buildtype debugoptimized
meson compile -j 10 -C builddir meson compile -j 10 -C builddir
run: build run: meshes build
ifeq '$(OS)' 'Windows_NT' ifeq '$(OS)' 'Windows_NT'
powershell "cp ./builddir/hellovulk.exe ." powershell "cp ./builddir/hellovulk.exe ."
./hellovulk ./hellovulk