#!/bin/sh
# $Id: clean-vile,v 1.3 2010/07/14 08:09:53 tom Exp $
test -f makefile  || exit 0
test -f estruct.h || exit
test -f tcap.c    || exit
make distclean
rm -f *.out *.bak
rm -rf bin BUILD
