summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config3
1 files changed, 0 insertions, 3 deletions
diff --git a/rebar.config b/rebar.config
index f1cbd0a..d68f195 100644
--- a/rebar.config
+++ b/rebar.config
@@ -18,9 +18,6 @@
{git, "https://github.com/jcomellas/getopt.git",
{branch, "master"}}}]}.
-{escript_incl_apps,
- [getopt, erlware_commons, relx, providers, rebar]}.
-{escript_top_level_app, rebar}.
{escript_name, rebar3}.
{escript_emu_args, "%%! +sbtu +A0\n"}.
%% escript_incl_extra is for internal rebar-private use only.