cpp/build.sh
2024-11-28 14:50:26 +01:00

9 lines
86 B
Bash

mkdir build
cd build || exit
cmake ..
cmake --build .
cp ./src/rwsim ../rwsim
cd ..