493 Star 883 Fork 840

dgiot开源社区 / dgiot_topo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 823 Bytes
一键复制 编辑 原始数据 按行查看 历史
lsxredrain 提交于 2021-05-31 12:19 . first commit
PROJECT = dgiot_opc
PROJECT_DESCRIPTION = dgiot_opc
CUR_BRANCH := $(shell git branch | grep -e "^*" | cut -d' ' -f 2)
BRANCH := $(if $(filter $(CUR_BRANCH), master develop), $(CUR_BRANCH), develop)
BUILD_DEPS = emqx cuttlefish ekaf jsx brod supervisor3
dep_emqx = git-emqx https://github.com/emqx/emqx $(BRANCH)
dep_cuttlefish = git-emqx https://github.com/emqx/cuttlefish v2.2.1
ERLC_OPTS += +debug_info
ERLC_OPTS += +'{parse_transform, lager_transform}'
NO_AUTOPATCH = cuttlefish
COVER = true
ERLC_OPTS += +'{parse_transform, lager_transform}'
$(shell [ -f erlang.mk ] || curl -s -o erlang.mk https://raw.githubusercontent.com/emqx/erlmk/master/erlang.mk)
include erlang.mk
app:: rebar.config
app.config::
./deps/cuttlefish/cuttlefish -l info -e etc/ -c etc/dgiot_topo.conf -i priv/dgiot_topo.schema -d data
1
https://gitee.com/dgiiot/dgiot_topo.git
git@gitee.com:dgiiot/dgiot_topo.git
dgiiot
dgiot_topo
dgiot_topo
master

搜索帮助