blob: a07f37fd86c116cff101d984389216257c75bcc1 [file]
if [ ! -d "build" ]; then
mkdir build
fi
cd build && cmake .. && make $*