diff options
Diffstat (limited to 'ebin/rebar.app')
-rw-r--r-- | ebin/rebar.app | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index b447cc8..642f35f 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -7,6 +7,7 @@ rebar_core, rebar_ct, rebar_erlc_compiler, + rebar_escripter, rebar_eunit, rebar_file_utils, rebar_lfe_compiler, @@ -34,7 +35,8 @@ rebar_port_compiler, rebar_otp_app, rebar_ct, - rebar_eunit]}, + rebar_eunit, + rebar_escripter]}, {rel_dir, [ rebar_reltool ]} ]} ]} |