1 Star 0 Fork 0

fastdgiot/esasl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 374 Bytes
一键复制 编辑 原始数据 按行查看 历史
张奇怪 提交于 2020-05-13 11:35 . feat: rename sasl -> esasl
## shallow clone for speed
REBAR_GIT_CLONE_OPTIONS += --depth 1
export REBAR_GIT_CLONE_OPTIONS
REBAR = rebar3
all: compile
compile:
$(REBAR) compile
ct: compile
$(REBAR) as test ct -v
eunit: compile
$(REBAR) as test eunit
xref:
$(REBAR) xref
cover:
$(REBAR) cover
clean: distclean
distclean:
@rm -rf _build
@rm -f data/app.*.config data/vm.*.args rebar.lock
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Erlang
1
https://gitee.com/fastdgiot/esasl.git
git@gitee.com:fastdgiot/esasl.git
fastdgiot
esasl
esasl
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385