From 872076be3ffaade5480b73e502ebd4ffcd1f38ab Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Sun, 21 Feb 2010 05:39:12 -0700 Subject: Adding cleaner module to permit users to specify their own set of files to delete --- ebin/rebar.app | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ebin') 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 -- cgit v1.1