erlang自动编译与加载
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 

9 行
201 B

{erl_opts, [no_debug_info]}.
{deps, [
{erlGbh, ".*", {git, "https://github.com/SisMaker/erlGbh.git", {branch, "master"}}}
]}.
{shell, [
% {config, "config/sys.config"},
{apps, [erlSync]}
]}.