1 Star 0 Fork 476

mygiveup/dgiot_modbus_tcp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 829 Bytes
一键复制 编辑 原始数据 按行查看 历史
stoneliu 提交于 2021-05-07 18:41 . d
PROJECT = dgiot_acrel
PROJECT_DESCRIPTION = dgiot_acrel
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_acrel.conf -i priv/dgiot_acrel.schema -d data
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mygiveup/dgiot_modbus_tcp.git
git@gitee.com:mygiveup/dgiot_modbus_tcp.git
mygiveup
dgiot_modbus_tcp
dgiot_modbus_tcp
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385