# $Id$

all : 
	@echo "Nothing is remade by default -- use one of the explicit make targets."

cleanpyc:
	find . -name \*.pyc -delete

clean: cleanpyc
	rm -f *~ *.o core