Commit before breaking everything
[matches/honours.git] / thesis / Makefile
diff --git a/thesis/Makefile b/thesis/Makefile
new file mode 100644 (file)
index 0000000..fdf0908
--- /dev/null
@@ -0,0 +1,13 @@
+#Makefile for thesis
+thesis.pdf : thesis.tex
+       rm -f *.aux *.bbl *.log *.toc *.lof *.blg *.lot
+
+       pdflatex 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