mirror of
https://github.com/rehlds/rechecker.git
synced 2025-01-15 05:07:56 +03:00
8 lines
65 B
Bash
8 lines
65 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rm -rf build
|
||
|
mkdir build
|
||
|
cd build
|
||
|
cmake ../ $*
|
||
|
make
|