summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2024-10-22 18:51:47 -0500
committerKarl Hallsby <karl@hallsby.com>2024-10-22 18:52:16 -0500
commitf5e60b47a6bd362fd5fceb8b2b24c6abb3cb5157 (patch)
tree06dc2990e92feb74ccf5844cc236a035abb01a4c /Makefile
parent889aeb50ed74d720f5941845d3ed9adc9f34b20f (diff)
Add Make target for interactively & continuously building the PDF
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b51d97f..26e250c 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,9 @@ pdf: $(OUT_PDF)
$(OUT_PDF): $(SRC)
$(LATEXMK) $(SRC)
+watch:
+ $(LATEXMK) -pvc -view=none -halt-on-error
+
clean:
$(LATEXMK) -c