final
[bsc-thesis1415.git] / thesis / Makefile
1 SHELL:=/bin/bash
2
3 all: thesis dots
4
5 dots:
6 ./compileall
7
8 thesis:
9 pdflatex thesis.tex
10 pdflatex thesis.tex
11 # bibtex thesis.aux
12 pdflatex thesis.tex
13
14 clean:
15 rm -vf *.aux *.bbl *.blg *.dvi *.log *.out *.pdf *.toc