summaryrefslogtreecommitdiff
path: root/tex/thesis/Makefile
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-08-07 18:30:55 +1000
committerCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-08-07 18:30:55 +1000
commit35d53c78a4afd739d1246db486f2703e44590eda (patch)
treedc0be421fc6974c4509e786482ac434dc082949b /tex/thesis/Makefile
parent59fb7d23578c4da14f9c14cc413090b1af13328c (diff)
Initial thesis stuff. No content, though.
Diffstat (limited to 'tex/thesis/Makefile')
-rw-r--r--tex/thesis/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/tex/thesis/Makefile b/tex/thesis/Makefile
new file mode 100644
index 0000000..66eb399
--- /dev/null
+++ b/tex/thesis/Makefile
@@ -0,0 +1,8 @@
+all:
+ pdflatex main.tex
+ bibtex main
+ pdflatex main.tex
+ pdflatex main.tex
+
+clean:
+ rm -f *.bbl *.aux *.blg *.log *.pdf *.out