rebar/rebar.config
2010-04-09 09:25:08 -06:00

3 lines
113 B
Erlang

{app_bin, ["priv/rebar"]}.
{erl_opts, [fail_on_warning, debug_info]}.
{xref_checks, [undefined_function_calls]}.