Current section

Files

Jump to
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
jiffy,
erlport
]}.
{post_hooks, [
{install, "make -C priv install"}
]}.
{hex, [{doc, edoc}]}.