#!/bin/bash echo "Executing Makefile..." make -k while inotifywait -r -e modify ./; do make -k done