bachelorcolloquium/Makefile

12 lines
225 B
Makefile

.PHONY: clean, render
NAME=Bachelorkolloquium
render:
pdflatex ${NAME}.tex
pdflatex ${NAME}.tex
clean:
rm -f *.aux *.bbl *.blg *.dvi *.log *.lol *.lot *.lof *.nav *.snm *.toc *.out *.synctex.gz *.bak *.vrb
rm -f *.pdf