all: @make paper paper: @pdflatex Main @bibtex Main @bibtex Main @pdflatex Main @echo "\n\nFINAL COMPILATION\n\n" @pdflatex Main @echo "\n\nEND FINAL COMPILATION\n\n" essays: @pdflatex EssayQuestions clean: @rm -f *.aux *.bbl *.blg *.log *.idx *.ilg *.ind *.toc *.lot *.lof nuke: clean @rm -f *.dvi *.pdf