Clean up.

This commit is contained in:
Erik Stenman 2019-02-25 13:10:04 +01:00
parent 123d1d2fa2
commit 6342cd6a08

View File

@ -3,15 +3,12 @@
{deps, [ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git",
{branch,"fortuna"}}}
, {getopt, "1.0.1"}
% waiting for https://github.com/jlouis/enacl/pull/40 to be merged
, {enacl, {git, "https://github.com/aeternity/enacl.git",
{ref, "26180f4"}}}
]}.
{escript_incl_apps, [aesophia, aebytecode, getopt]}.
{escript_main_app, aesophia}.
{escript_name, aesophia}.
{escript_emu_args, "%%! +sbtu +A0\n"}.
{escript_emu_args, "%%! \n"}.
{provider_hooks, [{post, [{compile, escriptize}]}]}.
{post_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)",
@ -29,8 +26,6 @@
{base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]}
]}.
{relx, [{release, {aesophia, "2.0.0"},
[aesophia, aebytecode, getopt]},