mirror of
https://github.com/rehlds/rechecker.git
synced 2024-12-26 04:15:29 +03:00
07c95aac24
Get rid of fake mp_consistency and do it right via ReHLDS API
8 lines
65 B
Bash
8 lines
65 B
Bash
#!/bin/bash
|
|
|
|
rm -rf build
|
|
mkdir build
|
|
cd build
|
|
cmake ../ $*
|
|
make
|