From 7ac0b68384db778317436e661777243721fe5109 Mon Sep 17 00:00:00 2001
From: Michael Zhang <mail@mzhang.io>
Date: Wed, 16 Oct 2024 17:56:38 -0500
Subject: [PATCH] update makefile

---
 talks/2024-grads/Makefile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

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