Packages

Erlang version of comm(1)

Current section

Files

Jump to
ecomm rebar.config
Raw

rebar.config

{erl_opts, [verbose]}.
{escript_name, "ecomm"}.
{deps, [
ebs,
egetopt
]}.
{profiles, [
{test, [
{erl_opts, [debug_info, verbose]}
]}
]}.