More pre_hook stuff
This commit is contained in:
parent
4be0f89c12
commit
2b57a7cd57
5 changed files with 13 additions and 413 deletions
|
@ -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"}
|
||||
]}.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue