Files
erml/rebar.config
2023-11-30 17:49:34 +00:00

8 lines
107 B
Erlang

{erl_opts, [debug_info]}.
{deps, []}.
{shell, [
% {config, "config/sys.config"},
{apps, [erml]}
]}.