clean:
	rm -f *~ *.dvi *.log *.aux *.blg

clobber: clean
	rm -f *.ps *.bbl
