1 Star 0 Fork 0

落星鱼/erlsha2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 332 Bytes
一键复制 编辑 原始数据 按行查看 历史
Steve Vinoski 提交于 2015-01-27 10:42 . Add .d files to .gitignore
PREFIX:=../
DEST:=$(PREFIX)$(PROJECT)
# Expect to find rebar in the PATH. If you don't have rebar, you can get it
# from https://github.com/rebar/rebar .
REBAR=rebar
.PHONY: all doc test clean
all:
@$(REBAR) get-deps compile
doc:
@$(REBAR) get-deps compile doc
test:
@$(REBAR) skip_deps=true eunit
clean:
@$(REBAR) clean
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/luo123qwe/erlsha2.git
git@gitee.com:luo123qwe/erlsha2.git
luo123qwe
erlsha2
erlsha2
master

搜索帮助