diff --git a/talks/2024-grads/Makefile b/talks/2024-grads/Makefile index 88e8724..ba84f79 100644 --- a/talks/2024-grads/Makefile +++ b/talks/2024-grads/Makefile @@ -1,2 +1,7 @@ +.PHONY: watch + main.pdf: main.tex - tectonic $< \ No newline at end of file + tectonic $< + +watch: + watchexec -e tex,bib make main.pdf \ No newline at end of file