ignores added
[bsc-thesis1415.git] / thesis / Makefile
1 all: thesis
2
3 thesis:
4 latex thesis.tex
5 latex thesis.tex
6 # bibtex thesis.aux
7 latex thesis.tex
8 dvipdfm thesis.dvi
9
10 clean:
11 rm -vf *.aux *.bbl *.blg *.dvi *.log *.out *.pdf *.toc