diff options
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 |