diff options
author | Karl Hallsby <karl@hallsby.com> | 2024-10-22 18:51:47 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2024-10-22 18:52:16 -0500 |
commit | f5e60b47a6bd362fd5fceb8b2b24c6abb3cb5157 (patch) | |
tree | 06dc2990e92feb74ccf5844cc236a035abb01a4c /Makefile | |
parent | 889aeb50ed74d720f5941845d3ed9adc9f34b20f (diff) |
Add Make target for interactively & continuously building the PDF
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ pdf: $(OUT_PDF) $(OUT_PDF): $(SRC) $(LATEXMK) $(SRC) +watch: + $(LATEXMK) -pvc -view=none -halt-on-error + clean: $(LATEXMK) -c |