diff options
author | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-10-30 21:29:35 +1100 |
---|---|---|
committer | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-10-30 21:29:35 +1100 |
commit | 093a35f07986ecfac8c43d053445e8417c7c2139 (patch) | |
tree | f53a11027dbf85db8e05e71c47fabe9863bc0ad3 /tex/thesis/Makefile | |
parent | 95b82ea3830c3a34455323167894647e3aa773a6 (diff) |
Commit some stuff to move between computers.
Diffstat (limited to 'tex/thesis/Makefile')
-rw-r--r-- | tex/thesis/Makefile | 2 |
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) |