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