latex-packages/src/environments/groupthm/Makefile

10 lines
72 B
Makefile

pdf:
latexmk
full:
latexmk -gg
clean:
latexmk -C
.PHONY: clean