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 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 |