Make the build folder if needed

This commit is contained in:
mdiluzio 2014-12-16 22:35:58 +00:00
parent 526451ad02
commit 6c1647b1be

View file

@ -1,6 +1,7 @@
#! /bin/bash
echo "TTRTS: Running cmake"
test ! -e build && mkdir build
cd build/
cmake ../source
if [[ $? != 0 ]]; then