summaryrefslogtreecommitdiff
path: root/tex/thesis/Makefile
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@carlo-laptop>2012-10-23 15:16:31 +1100
committerCarlo Zancanaro <carlo@carlo-laptop>2012-10-23 15:16:31 +1100
commit3002319eb5fd6b3eff0ffa764534bb571536a08c (patch)
treec2f79591a54aff370b34717ebf50358f62d4bda4 /tex/thesis/Makefile
parenta1b28d756fe52a53d9d4da4d23853969fd529115 (diff)
parent14c0c8bb717a668084cae8cd4b359ffd6fca73b0 (diff)
Merge branch 'master' of https://bitbucket.org/czan/honours
Conflicts: .gitignore impl/MaxStrategy.hpp impl/VariableAssignment.hpp impl/systems/test.eqns impl/test/7.eqns
Diffstat (limited to 'tex/thesis/Makefile')
-rw-r--r--tex/thesis/Makefile3
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 '*~'`
-