1 Star 0 Fork 0

Spgnulie/erlang_ale

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 406 Bytes
一键复制 编辑 原始数据 按行查看 历史
Marc Nijdam 提交于 2019-07-05 08:59 . Makefile/rebar3 build setup
.PHONY: compile rel cover test typecheck doc ci
REBAR=./rebar3
SHORTSHA=`git rev-parse --short HEAD`
PKG_NAME_VER=${SHORTSHA}
OS_NAME=$(shell uname -s)
ifeq (${OS_NAME},FreeBSD)
make="gmake"
else
MAKE="make"
endif
compile:
$(REBAR) compile
shell:
$(REBAR) shell
clean:
$(REBAR) clean
cover:
$(REBAR) cover
test:
$(REBAR) as test do eunit,ct
typecheck:
$(REBAR) dialyzer
doc:
$(REBAR) edoc
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/spgnulie/erlang_ale.git
git@gitee.com:spgnulie/erlang_ale.git
spgnulie
erlang_ale
erlang_ale
master

搜索帮助