latex-packages/src/environments/groupthm/Makefile

11 lines
72 B
Makefile
Raw Normal View History

2022-01-17 17:06:18 +01:00
pdf:
latexmk
2022-01-17 17:06:18 +01:00
2022-01-30 13:43:53 +01:00
full:
latexmk -gg
2022-01-30 13:43:53 +01:00
clean:
latexmk -C
2022-01-17 22:34:53 +01:00
.PHONY: clean