More pre_hook stuff

This commit is contained in:
Jesse Gumm 2021-06-30 20:59:58 -05:00
parent 4be0f89c12
commit 2b57a7cd57
5 changed files with 13 additions and 413 deletions

View file

@ -1,5 +1,11 @@
{erl_opts, [debug_info]}.
{dialyzer, [
{warnings, [no_opaque]}
{warnings, []}
]}.
{pre_hooks,[
{"linux|bsd|darwin|solaris", compile, "priv/ibuild.escript"},
{"win32", compile, "escript.exe priv/ibuild.escript"}
]}.