compile.sh 71 B

1234
  1. #!/bin/bash
  2. mkdir -p build && cd build && cmake .. && make -j `nproc`