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