Files
gm_ctflow/rebar.config
2026-05-30 13:16:14 +02:00

14 lines
278 B
Erlang

{erl_opts, [debug_info]}.
{deps, []}.
{shell, [
%% {config, "config/sys.config"},
{apps, [gm_ctflow]}
]}.
{dialyzer, [
{warnings, [unknown]},
{plt_apps, all_deps},
{base_plt_apps, [erts, kernel, stdlib, common_test]}
]}.