#!/bin/sh
# $Id: clean-xterm,v 1.2 2011/07/14 22:47:59 tom Exp $
test -f Makefile && make realclean
rm -rf bin BUILD
rm -f *.out *.log
