sk6812d/make.sh

7 lines
77 B
Bash
Executable File

#!/bin/sh
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make $@