sk6812d/make.sh

7 lines
77 B
Bash
Raw Permalink Normal View History

2018-06-13 21:51:30 +02:00
#!/bin/sh
mkdir -p build
cd build
2018-08-05 01:48:45 +02:00
cmake -DCMAKE_BUILD_TYPE=Debug ..
2018-06-13 21:51:30 +02:00
make $@