Add release target.

This commit is contained in:
Erik Stenman
2019-02-20 17:34:49 +01:00
parent f07a49c91d
commit 1cfd4c6f24
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -29,3 +29,13 @@
{plt_apps, all_deps},
{base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]}
]}.
{relx, [{release, {aesophia, "2.0.0"},
[aesophia, aebytecode, getopt]},
{dev_mode, true},
{include_erts, false},
{extended_start_script, true}]}.