erlang-cf/rebar.config

9 lines
146 B
Text
Raw Permalink Normal View History

2015-09-22 02:03:01 +02:00
{erl_opts, [debug_info]}.
2015-10-19 04:20:00 +02:00
{deps, []}.
2017-06-14 21:44:42 +02:00
{profiles, [
{shell, [
{deps, [sync]}
]}
]}.