blob: 69dd2e982ae1e58ba7c20eb74c4cf9c993d0b637 [file] [log] [blame]
#!/bin/sh
if [ ! -d "build" ]; then
mkdir build
fi
cd build && cmake .. && make $*