Files

8 lines
101 B
Bash

rm -rf build
git submodule init
git submodule update
mkdir -p build
cd build
cmake ..
make all -j16