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 mkdir build
cd build cd build
cmake -DCMAKE_BUILD_TYPE=Release ../ cmake -DCMAKE_BUILD_TYPE=Release ..
make cmake --build . -j 16
cd .. cd ..
build/VoxelEngine build/VoxelEngine