diff options
| author | Joe Carstairs <me@joeac.net> | 2026-04-13 13:02:29 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-04-13 13:02:29 +0100 |
| commit | b01017c632131cf7e154a13f71a98cf99eded78f (patch) | |
| tree | 0d1195a42976701f8afb128d770a2685b08d8aa7 /Makefile | |
| parent | f2d006b955ecfa93aeed06e285f29be5ac05e31f (diff) | |
adds watch target to Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 \ |
