diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2010-02-21 05:39:12 -0700 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2010-02-21 05:39:12 -0700 |
commit | 872076be3ffaade5480b73e502ebd4ffcd1f38ab (patch) | |
tree | ec3fd0dfd02def388641e7f5cc0c2f77bb51c6a5 /ebin | |
parent | 28d3b756416922d2e38d08e5360b55bebc3e62bf (diff) |
Adding cleaner module to permit users to specify their own set of files to delete
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 d9e590c..712d0af 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -6,6 +6,7 @@ rebar_base_compiler, rebar_config, rebar_core, + rebar_cleaner, rebar_ct, rebar_deps, rebar_dialyzer, @@ -42,7 +43,8 @@ {any_dir_modules, [ rebar_subdirs, rebar_deps, - rebar_templater + rebar_templater, + rebar_cleaner ]}, %% Dir specific processing modules |