summaryrefslogtreecommitdiffstats
path: root/ausarbeitung/Makefile
blob: 257dc2f3a86f6d01772a97ce98896230018aae2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
all: clean
	pdflatex maindoc
	bibtex maindoc 
	pdflatex maindoc
	pdflatex maindoc

clean:
	rm -vf *.aux *.log *.bbl *.blg *.out *.dvi *.toc

distclean: clean 
	rm -vf *.pdf