bachelorthesis/Makefile

14 lines
235 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 20:37:01 +01:00
rm -f *.aux *.bbl *.blg *.dvi *.log *.lot *.lof *.toc *.out *.synctex.gz *.bak
2016-03-07 12:28:39 +01:00
rm -f *.pdf