update makefile

This commit is contained in:
Michael Zhang 2024-10-16 17:56:38 -05:00
parent d2d19f42bd
commit 7ac0b68384

View file

@ -1,2 +1,7 @@
.PHONY: watch
main.pdf: main.tex
tectonic $<
tectonic $<
watch:
watchexec -e tex,bib make main.pdf