9 lines
86 B
Bash
9 lines
86 B
Bash
mkdir build
|
|
cd build || exit
|
|
|
|
cmake ..
|
|
cmake --build .
|
|
|
|
cp ./src/rwsim ../rwsim
|
|
cd ..
|