I’ve been really happy with just[1]. Make is great, and just extracts what is one of the best features of make (task runner with dependencies) and makes it a standalone tool. I use it for docker builds, or pretty much as a wrapper around any polyglot repos I create.<p>[1]: <a href="https://github.com/casey/just" rel="nofollow">https://github.com/casey/just</a>