diff options
author | Siri Hansen <siri@erlang.org> | 2016-11-18 17:42:39 +0100 |
---|---|---|
committer | Siri Hansen <siri@erlang.org> | 2016-11-21 14:41:21 +0100 |
commit | 44fabbbf9173bc97365ccb3c7d28d1bc8503c28d (patch) | |
tree | 9e47d9be89f1e153b3ab9dfcd5223223e1e9f8c6 /test/rebar_unlock_SUITE.erl | |
parent | 17e2356038fdc48eab830cf2719ef8e2e3e1748e (diff) |
Add 'recursive' option
The option {recursive,boolean()} can now be set pr directory in
'src_dirs' and 'extra_src_dirs', and on top level in the new
'erlc_compiler' option. Example config:
{erlc_compiler,[{recursive,false}]}.
{src_dirs,[{"src",[{recursive,true}]}]}.
This will cause recursive compilation within the "src" directory, but
not in any other directoires.
Diffstat (limited to 'test/rebar_unlock_SUITE.erl')
0 files changed, 0 insertions, 0 deletions