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.

Makefiles (2016)

2 pointsby brendanfalkabout 4 years ago

1 comment

catlifeonmarsabout 4 years ago
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:&#x2F;&#x2F;github.com&#x2F;casey&#x2F;just" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;casey&#x2F;just</a>