summaryrefslogtreecommitdiff
path: root/ebin/rebar.app
diff options
context:
space:
mode:
authorDave Smith <dizzyd@dizzyd.com>2009-12-22 06:45:01 -0700
committerDave Smith <dizzyd@dizzyd.com>2009-12-22 06:45:01 -0700
commitb14eaa0dc67d28b296eb190ef9a971ddbf4d6a70 (patch)
treec457cff234f6ee31119bb65c536127483de0eace /ebin/rebar.app
parentbadcc228bde003182fcfe32b6c5d47928c8ccbcf (diff)
Adding rudimentary escript generator
Diffstat (limited to 'ebin/rebar.app')
-rw-r--r--ebin/rebar.app4
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 ]}
]}
]}