1 Star 0 Fork 0

DoubleByte/node

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
BSDmakefile 268 Bytes
一键复制 编辑 原始数据 按行查看 历史
raisinten 提交于 2020-11-14 20:50 . build: replace which with command -v
# pmake might add -J (private)
FLAGS=${.MAKEFLAGS:C/\-J ([0-9]+,?)+//W}
all: .DEFAULT
.DEFAULT:
@command -v 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/doublebyte/node.git
git@gitee.com:doublebyte/node.git
doublebyte
node
node
duck

搜索帮助