summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@puffer.fish>2025-05-11 19:09:35 +0400
committerMatthieu Pignolet <matthieu@puffer.fish>2025-05-11 19:09:35 +0400
commitbc89c7f15cac40852d5e906f30c2036cd47585e9 (patch)
treec7903165617627154fcc1523f83fbcba8111aa70 /Makefile
parentaeceac55bd3bf1fe6039ebcd8281619828b73472 (diff)
feat: add watch functionality
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab5803b..1671523 100644
--- a/Makefile
+++ b/Makefile
@@ -18,4 +18,8 @@ $(NAMES): $(%:.pdf=.tex)
clean:
@rm *.pdf
@rm -r /tmp/*-sts-build
-.PHONY: all clean \ No newline at end of file
+
+watch: watch.sh
+ ./watch.sh
+
+.PHONY: all clean watch \ No newline at end of file