latex-packages/tests/COMPILE_MAKEFILE

12 lines
186 B
Plaintext
Raw Permalink Normal View History

2022-02-03 12:32:07 +01:00
once:
pdflatex test.tex
clean:
latexmk -C test.tex
2021-10-07 18:07:51 +02:00
test:
latexmk -dvi- -pdf -gg -Werror -latexoption=-interaction=nonstopmode test.tex
latexmk -c test.tex
2022-02-03 12:32:07 +01:00
.PHONY: once clean test