diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2009-12-29 20:09:28 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2009-12-29 20:09:28 +0100 |
commit | b1b29e0858e4e7c6a358e982abc483c8e9091986 (patch) | |
tree | 1ccde340ad4010824602dda214650ae984786996 /ebin | |
parent | fe03778678fd98a62d3d2ca97011cb8261383394 (diff) |
Implemented getopt option support
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 9598e8e..c2f7967 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -21,7 +21,8 @@ rebar_rel_utils, rebar_reltool, rebar_subdirs, - rebar_utils ]}, + rebar_utils, + getopt ]}, {registered, []}, {applications, [kernel, stdlib, |