diff --git a/rebar.config b/rebar.config index cba801a..bba6a6a 100644 --- a/rebar.config +++ b/rebar.config @@ -38,5 +38,8 @@ verbose ]}. -{provider_hooks, [{pre, [{compile, {pc, compile}}]}, - {post, [{compile, {pc, clean}}]}]}. +{provider_hooks, + [{pre, [ + {compile, {pc, compile}}, + {clean, {pc, clean}} + ]}]}.