@@ -1 +1,13 @@
# TODO
.PHONY: clean, render
NAME=Bachelorarbeit
render:
latex ${NAME}.tex
bibtex ${NAME}
clean:
rm -f *.aux *.bbl *.blg *.dvi *.log *.lot *.lof *.toc *.out
rm -f *.pdf
The note is not visible to the blocked user.