[TASK] Begin building basic structure.

This commit is contained in:
JPT
2016-03-07 12:28:39 +01:00
parent 41caf3c12c
commit 65295f9d26
3 changed files with 16 additions and 2 deletions
+13 -1
View File
@@ -1 +1,13 @@
# TODO
.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