diff options
| -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 \ |
