Commit before breaking everything
[matches/honours.git] / thesis / Makefile
1 #Makefile for thesis
2 thesis.pdf : thesis.tex
3         rm -f *.aux *.bbl *.log *.toc *.lof *.blg *.lot
4
5         pdflatex thesis
6         bibtex thesis
7         pdflatex thesis
8         pdflatex thesis
9
10         rm -f *.bbl *.log *.toc *.lof *.blg *.lot
11
12 clean : 
13         rm thesis.pdf

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