rebuild.sh 99 B

12345
  1. #!/usr/bin/bash
  2. cmake -G "MSYS Makefiles" .. -DCMAKE_BUILD_TYPE=Debug
  3. make binom -j4
  4. make test -j4