[TASK] Fix up basic setup.

This commit is contained in:
JPT
2016-03-07 12:46:38 +01:00
parent 65295f9d26
commit e7ff57f6c2
4 changed files with 70 additions and 51 deletions
+3 -3
View File
@@ -3,10 +3,10 @@
NAME=Bachelorarbeit
render:
latex ${NAME}.tex
pdflatex ${NAME}.tex
bibtex ${NAME}
latex ${NAME}.tex
latex ${NAME}.tex
pdflatex ${NAME}.tex
pdflatex ${NAME}.tex
clean:
rm -f *.aux *.bbl *.blg *.dvi *.log *.lot *.lof *.toc *.out