summaryrefslogtreecommitdiff
path: root/tex/thesis/Makefile
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-10-30 21:29:35 +1100
committerCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-10-30 21:29:35 +1100
commit093a35f07986ecfac8c43d053445e8417c7c2139 (patch)
treef53a11027dbf85db8e05e71c47fabe9863bc0ad3 /tex/thesis/Makefile
parent95b82ea3830c3a34455323167894647e3aa773a6 (diff)
Commit some stuff to move between computers.
Diffstat (limited to 'tex/thesis/Makefile')
-rw-r--r--tex/thesis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/thesis/Makefile b/tex/thesis/Makefile
index 8609c3a..5022129 100644
--- a/tex/thesis/Makefile
+++ b/tex/thesis/Makefile
@@ -5,7 +5,7 @@ PROJ = thesis
all: pdf clean
-pdf:
+pdf: clean
pdflatex $(PROJ)
bibtex $(PROJ)
pdflatex $(PROJ)