#!/bin/sh

echo "Cleaning for distribution..."

chmod 755 include
make clean
./configure --reset

echo "Tree has been cleaned for distribution."
