build.bat 93 B

12345
  1. cmake -G "MSYS Makefiles" . -DCMAKE_BUILD_TYPE=Debug
  2. make clean
  3. make binom -j4
  4. make test -j4