aboutsummaryrefslogtreecommitdiff
path: root/build.sh
blob: 69dd2e982ae1e58ba7c20eb74c4cf9c993d0b637 (plain)
1
2
3
4
5
#!/bin/sh
if [ ! -d "build" ]; then
    mkdir build
fi
cd build && cmake .. && make $*