bachelorthesis/Makefile

14 lines
229 B
Makefile

.PHONY: clean, render
NAME=Bachelorarbeit
render:
pdflatex ${NAME}.tex
bibtex ${NAME}
pdflatex ${NAME}.tex
pdflatex ${NAME}.tex
clean:
rm -f *.aux *.bbl *.blg *.dvi *.log *.lot *.lof *.toc *.out *.synctex.gz
rm -f *.pdf