diff --git a/tests/COMPILE_MAKEFILE b/tests/COMPILE_MAKEFILE index 768055d..1e96656 100644 --- a/tests/COMPILE_MAKEFILE +++ b/tests/COMPILE_MAKEFILE @@ -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