build.sh 85 B

12345678
  1. #!/bin/zsh
  2. # look at this badboi
  3. rm -rf build
  4. mkdir build
  5. cd build
  6. cmake ..
  7. make -j4