SHELL := /bin/bash all: pdflatex pres.tex pdflatex pres.tex clean: rm -vf pres.{aux,dvi,log,nav,out,snm,toc,vrb} cleanall: clean rm -vf pres.pdf