kcamcorder/build.sh

15 lines
87 B
Bash
Executable File

#!/bin/bash
if [ -d out ];then
rm -rf out
fi
mkdir out
cd out
cmake ..
make -j8