diff options
author | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-10-17 11:11:33 +1100 |
---|---|---|
committer | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-10-17 11:11:33 +1100 |
commit | b172bf1d48d415ecfc62d81981f4c65ea54a3187 (patch) | |
tree | 4f26bbd21a74efa72036b21a8066ccfea12002e0 /tex/thesis | |
parent | 7c8f10b9f5c8f4c28cc1574b372431f0f714245d (diff) |
Get rid of extra files produced during LaTeX compilation.
Diffstat (limited to 'tex/thesis')
-rw-r--r-- | tex/thesis/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tex/thesis/Makefile b/tex/thesis/Makefile index 1ccb5c4..8609c3a 100644 --- a/tex/thesis/Makefile +++ b/tex/thesis/Makefile @@ -3,7 +3,7 @@ PROJ = thesis .PHONY: all pdf wc clean -all: pdf +all: pdf clean pdf: pdflatex $(PROJ) @@ -26,4 +26,3 @@ clean: rm -f `find . -name '*.lot'` rm -f `find . -name '*.out'` rm -f `find . -name '*~'` - |