clean up makefile
This commit is contained in:
parent
240bf503c3
commit
a4c4cca332
1 changed files with 1 additions and 4 deletions
|
@ -2,10 +2,7 @@ NAME = rapport
|
|||
BIBFILE = sources
|
||||
|
||||
CLASS = rapstage.cls
|
||||
|
||||
TEX = $(NAME).tex
|
||||
SRC = $(TEX)
|
||||
PDF = $(TEX:.tex=.pdf)
|
||||
PDF = $(NAME).pdf
|
||||
|
||||
TEXMK = latexmk -lualatex -shell-escape -interaction=nonstopmode -bibtex
|
||||
QPDF = qpdf --linearize --replace-input
|
||||
|
|
Loading…
Reference in a new issue