Merge branch 'master' of git.ucc.asn.au:/matches/honours
[matches/honours.git] / thesis / Makefile~
index 881836d..4964f94 100644 (file)
@@ -2,11 +2,12 @@
 thesis.pdf : thesis.tex
        rm -f *.aux *.bbl *.log *.toc *.lof *.blg *.lot
 
-       pdflatex thesis
+       pdflatex --shell-escape thesis
        bibtex thesis
        pdflatex thesis
        pdflatex thesis
 
        rm -f *.bbl *.log *.toc *.lof *.blg *.lot
 
-
+clean : 
+       rm thesis.pdf

UCC git Repository :: git.ucc.asn.au