Select Git revision
Makefile 230 B
# Makefile for Latex project
NAME = Bachelorarbeit
all:
@latexmk $(NAME).tex
pdf:
@pdflatex -synctex=1 -interaction=nonstopmode -aux-directory=.aux -include-directory=src $(NAME).tex
tidy:
@latexmk -c
clean:
@latexmk -C