diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2010-06-14 05:59:14 -0600 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2010-06-14 05:59:14 -0600 |
commit | deaabbe9a786a280ab8eeaafddba7c4db23542e3 (patch) | |
tree | f5cacd434976443832382143fccc862287b1ab57 /ebin | |
parent | 63792d40cea9079c9705eedc359f82dd7ce9ee5f (diff) |
Adding support for compile/clean post scripts, per suggestion from Kevin Smith
Diffstat (limited to 'ebin')
-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 7116826..25b200c 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -23,6 +23,7 @@ rebar_port_compiler, rebar_protobuffs_compiler, rebar_port_compiler, + rebar_post_script, rebar_rel_utils, rebar_reltool, rebar_require_vsn, @@ -67,7 +68,8 @@ rebar_dialyzer, rebar_escripter, rebar_edoc, - rebar_xref + rebar_xref, + rebar_post_script ]}, {rel_dir, [ |