1 Star 0 Fork 0

zxtree/parse_trans

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 183 Bytes
一键复制 编辑 原始数据 按行查看 历史
REBAR3=$(shell which rebar3 || echo ./rebar3)
.PHONY: rel all clean
all: compile
compile:
$(REBAR3) compile
clean:
$(REBAR3) clean
test:
$(REBAR3) eunit
doc:
$(REBAR3) doc
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zxtree2006/parse_trans.git
git@gitee.com:zxtree2006/parse_trans.git
zxtree2006
parse_trans
parse_trans
master

搜索帮助