sk6812d/make.sh

7 lines
52 B
Bash
Raw Normal View History

2018-06-13 21:51:30 +02:00
#!/bin/sh
mkdir -p build
cd build
cmake ..
make $@