#Makefile for thesis thesis.pdf : thesis.tex rm -f *.aux *.bbl *.log *.toc *.lof *.blg *.lot pdflatex --shell-escape thesis bibtex thesis pdflatex --shell-escape thesis pdflatex --shell-escape thesis rm -f *.bbl *.log *.toc *.lof *.blg *.lot clean : rm thesis.pdf