~dvko/dotfiles

cb307a781f23c5e044722c8d30288ce6050fb4a2 — Danny van Kooten 5 months ago bcacd23
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