TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: "mk" – one-liner make rules on the command-line

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

no comments

no comments