better compile makefile
This commit is contained in:
parent
0f07a69b15
commit
85d91e7b17
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
once:
|
||||
pdflatex test.tex
|
||||
|
||||
clean:
|
||||
latexmk -C test.tex
|
||||
|
||||
test:
|
||||
latexmk -dvi- -pdf -gg -Werror -latexoption=-interaction=nonstopmode test.tex
|
||||
latexmk -c test.tex
|
||||
|
||||
.PHONY: once clean test
|
||||
|
|
Loading…
Reference in a new issue