Fix the make clean/make run steps so the basicmesh.glb is always there.
This commit is contained in:
parent
b3cdf37045
commit
b797bfa6aa
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue