default:

clean:
	-rm *.aux *.log */*.aux */*.log
veryclean distclean: clean
	-rm -f *~ */*~ *.bak */*.bak

