diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index bc423e3..9afa8da 100644 --- a/rebar.config +++ b/rebar.config @@ -6,7 +6,7 @@ {escript_emu_args, "%%! -noshell -noinput\n"}. %% escript_incl_extra is for internal rebar-private use only. %% Do not use outside rebar. Config interface is not stable. -{escript_incl_extra, [{"priv/templates/*", "priv/templates"}]}. +{escript_incl_extra, [{"priv/templates/*", "."}]}. {erl_opts, [warnings_as_errors]}. {xref_checks, []}. {xref_queries, |