bachelorthesis/Makefile

14 lines
207 B
Makefile
Raw Normal View History

2016-03-07 12:28:39 +01:00
.PHONY: clean, render
NAME=Bachelorarbeit
render:
latex ${NAME}.tex
bibtex ${NAME}
latex ${NAME}.tex
latex ${NAME}.tex
clean:
rm -f *.aux *.bbl *.blg *.dvi *.log *.lot *.lof *.toc *.out
rm -f *.pdf