Skip to content

Instantly share code, notes, and snippets.

@0mp
Created June 6, 2019 09:51
Show Gist options
  • Save 0mp/0459b9cce6efe5f59a241fe228b21726 to your computer and use it in GitHub Desktop.
Save 0mp/0459b9cce6efe5f59a241fe228b21726 to your computer and use it in GitHub Desktop.
Recursive bmake
test:
date
develop:
find . | entr -d ${MAKE} test || expr "$$?" : "[012]" >/dev/null 2>&1 && ${MAKE} develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment