fixmydownloads/build.sh

8 lines
81 B
Bash
Executable File

#!/bin/sh
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make -j5
cd ..