JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
draw connections between selected tiles
[hexbog.git] / t
diff --git a/t b/t
index c796533..711f21c 100755 (executable)
--- a/t
+++ b/t
@@ -3,5 +3,10 @@
 while true
 do
        inotifywait -q -e close_write -e delete_self `git ls-files` >/dev/null 2>&1 || exit
-       verbose make #&& dwb -x reload
+       if verbose make; then
+               notify-send "hexbog" "built"
+       else
+               notify-send "hexbog" "error building"
+       fi
+       #verbose make && dwb -x reload
 done