mirror of
https://github.com/rehlds/rechecker.git
synced 2024-12-26 20:35:28 +03:00
8 lines
65 B
Bash
8 lines
65 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rm -rf build
|
||
|
mkdir build
|
||
|
cd build
|
||
|
cmake ../ $*
|
||
|
make
|