1 Star 0 Fork 0

yuleleo/node

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
BSDmakefile 263 Bytes
一键复制 编辑 原始数据 按行查看 历史
cjihrig 提交于 2015-08-13 12:14 . node: rename from io.js to node
# pmake might add -J (private)
FLAGS=${.MAKEFLAGS:C/\-J ([0-9]+,?)+//W}
all: .DEFAULT
.DEFAULT:
@which gmake > /dev/null 2>&1 ||\
(echo "GMake is required for node.js to build.\
Install and try again" && exit 1)
@gmake ${.FLAGS} ${.TARGETS}
.PHONY: test
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yuleleo/node.git
[email protected]:yuleleo/node.git
yuleleo
node
node
master

搜索帮助