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.

Make - A Tutorial

18 pointsby sdpover 16 years ago

3 comments

silentbicycleover 16 years ago
Here's the canonical reference on BSD make: <a href="http://www.freebsd.org/doc/en/books/pmake/index.html" rel="nofollow">http://www.freebsd.org/doc/en/books/pmake/index.html</a>
jgrahamcover 16 years ago
And if you really want to do cool things with make: <a href="http://www.lulu.com/content/2584447" rel="nofollow">http://www.lulu.com/content/2584447</a>
评论 #378108 未加载
raamdevover 16 years ago
Perfect timing! I'm taking a C programming class and this short tutorial on Make is exactly what I needed. Thanks!