upperLowerBounds/build.sh

7 lines
57 B
Bash
Executable File

#!/bin/bash
mkdir build
cd build
cmake ..
make -j9
cd ..