diff options
author | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-08-07 18:30:55 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-08-07 18:30:55 +1000 |
commit | 35d53c78a4afd739d1246db486f2703e44590eda (patch) | |
tree | dc0be421fc6974c4509e786482ac434dc082949b /tex/thesis/Makefile | |
parent | 59fb7d23578c4da14f9c14cc413090b1af13328c (diff) |
Initial thesis stuff. No content, though.
Diffstat (limited to 'tex/thesis/Makefile')
-rw-r--r-- | tex/thesis/Makefile | 8 |
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 |