blob: 69dd2e982ae1e58ba7c20eb74c4cf9c993d0b637 [file] [log] [blame]
Joe Hildebrand0303a1e2015-08-26 10:35:15 -06001#!/bin/sh
Joe Hildebrand0085b132015-03-31 00:31:56 -06002if [ ! -d "build" ]; then
3 mkdir build
4fi
5cd build && cmake .. && make $*