#
# Cleaning script for installation of file with
# The Sleuth Kit
#
# Clean with 'sh clean'
#
if (test -f './Makefile') then
	make uninstall
	make distclean
fi
