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




              
#!/bin/sh
mkdir -p build
cd build/
cmake ..
make -s -j2