TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Makefiles from the Ground Up

4 点作者 akdas超过 5 年前

1 comment

akdas超过 5 年前
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 未加载