summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 847b50b..5e1471e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,9 @@
+watch:
+ while true; do \
+ $(MAKE) $(TARGET); \
+ inotifywait -qre close_write .; \
+ done
+
reading-log.pdf: reading-log.md bibliography.bib
pandoc \
--standalone \