sk6812d/make.sh

7 lines
52 B
Bash
Executable file

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