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