use long-form notation for arguments
1 files changed, 1 insertions(+), 2 deletions(-) M bin/makewatch
M bin/makewatch => bin/makewatch +1 -2
@@ 1,9 1,8 @@ #!/usr/bin/env bash set -e -echo $1 while true; do \ make $1; \ - inotifywait -qre close_write .; \ + inotifywait --quiet --recursive --event close_write .; \ done