1 Star 0 Fork 5

jjzhang166 / emqtt

forked from EMQX / emqtt 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 688 Bytes
一键复制 编辑 原始数据 按行查看 历史
.PHONY: all compile unlock clean distclean xref eunit ct dialyzer
CT_NODE_NAME = ct@127.0.0.1
REBAR := $(CURDIR)/rebar3
REBAR_URL := https://s3.amazonaws.com/rebar3/rebar3
all: emqtt
emqtt: compile
$(REBAR) as emqtt release
pkg: compile
$(REBAR) as emqtt_pkg release
make -C packages
compile: escript
$(REBAR) compile
unlock:
$(REBAR) unlock
clean: distclean
distclean:
@rm -rf _build _packages erl_crash.dump rebar3.crashdump rebar.lock emqtt_cli
xref:
$(REBAR) xref
eunit: compile
$(REBAR) eunit verbose=true
ct: compile
$(REBAR) as test ct -v --name $(CT_NODE_NAME)
cover:
$(REBAR) cover
dialyzer:
$(REBAR) dialyzer
escript:
$(REBAR) as escript escriptize
Erlang
1
https://gitee.com/jjzhang166/emqtt.git
git@gitee.com:jjzhang166/emqtt.git
jjzhang166
emqtt
emqtt
master

搜索帮助