From b01017c632131cf7e154a13f71a98cf99eded78f Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 13 Apr 2026 13:02:29 +0100 Subject: adds watch target to Makefile --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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 \ -- cgit v1.2.3