b01de17ce6aa7516be985cee7788061c8d33bd29
[bsc-thesis1415.git] / thesis2 / Makefile
1 SHELL:=/bin/bash
2
3 all: thesis
4
5 thesis:
6 latex thesis.tex
7 bibtex thesis.aux
8 latex -shell-escape thesis.tex
9 latex thesis.tex
10 dvipdfm thesis.dvi
11
12 clean:
13 rm -vf *.{aux,bbl,blg,dvi,log,out,pdf,toc,dot,ps}
14