Current section
Files
Jump to
Current section
Files
erlang_behaviour_trees
rebar.config
rebar.config
{erl_opts, [
debug_info,
{i, "include/"}
]}.
{deps, [yamerl, gproc, jsx]}.
{shell, [
% {config, "config/sys.config"},
{apps, [erlang_behaviour_trees]}
]}.