update run.sh

This commit is contained in:
MihailRis
2024-08-06 18:44:43 +03:00
parent dafbb6903f
commit 56bc582cda
+2 -2
View File
@@ -1,6 +1,6 @@
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../
make
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . -j 16
cd ..
build/VoxelEngine