#!/bin/sh

echo "Cleaning for distribution..."

make clean
./configure --reset

echo "Tree has been cleaned for distribution."
