#!/bin/sh
rm -rf bin/
mkdir bin/
cd bin/
cmake .. -DCMAKE_BUILD_TYPE=Debug
make
