bachelorthesis/Makefile

14 lines
229 B
Makefile
Raw Normal View History

2016-03-07 12:28:39 +01:00
.PHONY: clean, render
NAME=Bachelorarbeit
render:
2016-03-07 12:46:38 +01:00
pdflatex ${NAME}.tex
2016-03-07 12:28:39 +01:00
bibtex ${NAME}
2016-03-07 12:46:38 +01:00
pdflatex ${NAME}.tex
pdflatex ${NAME}.tex
2016-03-07 12:28:39 +01:00
clean:
2016-03-11 14:29:52 +01:00
rm -f *.aux *.bbl *.blg *.dvi *.log *.lot *.lof *.toc *.out *.synctex.gz
2016-03-07 12:28:39 +01:00
rm -f *.pdf