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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Math.mk - GNUmake eval gone wild

19 点作者 adam_freidin超过 13 年前

4 条评论

jgrahamc超过 13 年前
If you like that sort of thing you might like my "GNU Make Standard Library" which provides all sorts of additional functionality all written in native GNU Make: <a href="http://gmsl.sourceforge.net/" rel="nofollow">http://gmsl.sourceforge.net/</a>.<p>Also there's my interactive GNU Make Debugger (all written in GNU Make syntax): <a href="http://gmd.sourceforge.net/" rel="nofollow">http://gmd.sourceforge.net/</a><p>Or even my book: "GNU Make Unleashed": <a href="http://www.lulu.com/product/paperback/gnu-make-unleashed/2937580" rel="nofollow">http://www.lulu.com/product/paperback/gnu-make-unleashed/293...</a>
Argorak超过 13 年前
Sometimes, the WTFPL is the appropriate license. Fun project.
msgilligan超过 13 年前
Awesome!
adam_freidin超过 13 年前
I just did it because I was working on a horrifically complicated gyp/make build system for work and I came up with enough infrastructure that I realized I could do something like this. (for work I was computing relative and inverse paths, among other things).<p>@jgrahamc I'll check out your projects. and @msgilligan, thanks for registering just so you could upvote me =)