mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-04 00:36:14 +00:00
6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cmake . -B build -DCMAKE_BUILD_TYPE=Release -DGIT_SUBMODULE=OFF
|
|
|
|
make -j -C build BeamMP-Server
|