diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config index 10c0771..98c7aad 100644 --- a/rebar.config +++ b/rebar.config @@ -2,6 +2,9 @@ %% ex: ts=4 sw=4 ft=erlang et {app_bin, ["priv/rebar"]}. +{escript_shebang, "#!/usr/bin/env escript\n"}. +{escript_emu_args, "%%! -noshell -noinput\n"}. +{escript_incl_extra, [{"priv/templates/*", "priv/templates"}]}. {erl_opts, [warnings_as_errors]}. {xref_checks, []}. {xref_queries, |