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