@ -0,0 +1,7 @@
.PHONY: watch
rewild.hl: **/*.hx
haxe compile.hxml
watch:
@inotifywait --recursive --monitor --event modify,move,create,delete --include '.*.hx$$' ./ | while read changed; do echo $$changed; make; done
The note is not visible to the blocked user.