summaryrefslogblamecommitdiffstats
path: root/build.sh
blob: 6726a86aa6d03e28019e46c5a9cc8dead5a572ca (plain) (tree)
1
2
3
4
5
6





              
#!/bin/sh

mkdir -p build
cd build/
cmake ..
make