<a href="https://github.com/alecthomas/mk">https://github.com/alecthomas/mk</a><p>Very handy in conjunction with Just to give you make-like functionality, eg.<p><pre><code> build-protos:
@mk protos/myproto.pb.go protos/myproto.tsx : protos/myproto.proto -- protoc --gen_go=protos --gen_tsx=protos protos/myproto.proto
</code></pre>
PS. My one and only Rust project, so expect some odd code.