From f5e60b47a6bd362fd5fceb8b2b24c6abb3cb5157 Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Tue, 22 Oct 2024 18:51:47 -0500 Subject: Add Make target for interactively & continuously building the PDF --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3