xlnt/build/cmake/build-osx.sh
2015-10-26 23:06:00 -04:00

12 lines
131 B
Bash
Executable File

ACTION=$1
if [ "$ACTION" = "clean" ]; then
rm -rf build
exit 0
fi
mkdir build
cd build
cmake -G "Unix Makefiles" ..
make