build.sh 85 B

1234
  1. #!/usr/bin/env bash
  2. rm -rf build && mkdir build && cd build
  3. cmake ..
  4. cmake --build .