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 from the Ground Up

4 pointsby akdasover 5 years ago

1 comment

akdasover 5 years ago
I&#x27;m a big fan of understanding the tools in our ecosystem, whether or not we use those tools directly. Make is one such tool that I initially used by copying other people&#x27;s Makefiles, tweaking little bits and pieces to suit my needs. Only when I sat down and learned what Make offers out of the box did I grok those Makefiles I was using.<p>I know people might use tools like CMake, instead of writing Makefiles directly. However, it&#x27;s still good to know this important part of the Unix ecosystem.<p>(I was inspired to submit this to HN based on the discussion around &quot;An opinionated approach to GNU Make&quot;: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21812656" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21812656</a> - a fantastic article, but one you get a lot more out of if you understand the basics first.)
评论 #21818812 未加载