#!/bin/sh
rm -f CMakeCache.txt
cmake . $@ && echo "Configuring compeleted. Now run \"make\"."
