all:
	pdflatex nabupres.tex

clean:
	rm -f *.log *.nav *.toc *.vrb *.snm *.aux *.bbl *.blg *.out *~


