diff --git a/bericht/Makefile b/bericht/Makefile index 47cc9d8..4a3ddbf 100644 --- a/bericht/Makefile +++ b/bericht/Makefile @@ -16,7 +16,7 @@ bericht.pdf: $(TEX_FILES) $(wildcard bilder/*) iozone watch: .inotifywait echo "Abort with Ctrl+C" while (true); do\ - inotifywait -e MOVE_SELF -e "modify" abschnitte/*.tex bilder/* bericht.tex;\ + inotifywait -e modify -r . ;\ latexmk -pdf bericht.tex; \ done