1 Star 0 Fork 2

dgiot开源社区 / dgiot_iq60

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 722 Bytes
一键复制 编辑 原始数据 按行查看 历史
lsxredrain 提交于 2021-12-16 10:02 . init dgiot_iq60
PROJECT = dgiot_iq60
PROJECT_DESCRIPTION = dgiot_iq60 Plugin
PROJECT_VERSION = 1.5.4
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
dep_emqx = git-emqx https://github.com/emqx/emqx $(BRANCH)
dep_cuttlefish = git-emqx https://github.com/emqx/cuttlefish v2.2.1
DIALYZER_DIRS := ebin/
DIALYZER_OPTS := --verbose --statistics -Werror_handling \
-Wrace_conditions #-Wunmatched_returns
ERLC_OPTS += +'{parse_transform, lager_transform}'
include erlang.mk
app.dgiot_group::
./deps/cuttlefish/cuttlefish -l info -e etc/ -c etc/dgiot_iq60.conf -i priv/dgiot_iq60.schema -d data
1
https://gitee.com/dgiiot/dgiot_iq60.git
git@gitee.com:dgiiot/dgiot_iq60.git
dgiiot
dgiot_iq60
dgiot_iq60
master

搜索帮助