diff --git a/build.sh b/build.sh index 31eaa2c7..e61c1cb4 100755 --- a/build.sh +++ b/build.sh @@ -5,8 +5,8 @@ cd build # Run cmake to generate make files cmake .. -# Run make to build the project. To build utilizing multiple cores, append `-j` and the amount of cores to utilize, for example `make -j8` -make +# To build utilizing multiple cores, append `-j` and the amount of cores to utilize, for example `cmake --build . --config Release -j8' +cmake --build . --config Release # Run migrations ./MasterServer -m