default all: 
	./mk

clean:
	-rm -f x-*.tex x-*.dvi x-*.ps *.ps.gz   
	-rm -f *.log *.aux *~ *.core core missfont.log

