1 Star 0 Fork 0

迢迢千里月 / 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
1
https://gitee.com/qianliyue/node.git
git@gitee.com:qianliyue/node.git
qianliyue
node
node
master

搜索帮助