aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2015-08-21 19:33:42 -0500
committerTristan Sloughter <[email protected]>2015-08-21 19:33:42 -0500
commit8ab821c7e713070e6cc5a15f557293027c10c7de (patch)
treed5e9101446004d9c92fbd4cad21d1a043c207c06
parentc67a6b7b4265b9c28fcbc785125c7538ed9b2b8d (diff)
downloadrelx-8ab821c7e713070e6cc5a15f557293027c10c7de.tar.gz
relx-8ab821c7e713070e6cc5a15f557293027c10c7de.tar.bz2
relx-8ab821c7e713070e6cc5a15f557293027c10c7de.zip
remove relx from list of incl_apps, it is inlcuded by default
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index abbff4d..fce0a53 100644
--- a/rebar.config
+++ b/rebar.config
@@ -9,7 +9,7 @@
{escript_incl_extra, [{"priv/templates/*", "."}]}.
{escript_emu_args, "%%! +sbtu +A0 -noinput\n"}.
{escript_incl_apps,
- [getopt, erlware_commons, bbmustache, providers, relx]}.
+ [getopt, erlware_commons, bbmustache, providers]}.
%% Compiler Options ============================================================
{erl_opts,