diff --git a/rebar.config b/rebar.config index ef1967f8aa2..63aab9cf63b 100644 --- a/rebar.config +++ b/rebar.config @@ -5,12 +5,6 @@ %% Require at least R14B03. (couchdb requires this version or newer, and this code hasn't been tested on earlier) {require_min_otp_vsn, "R14B03"}. -%% Ensure the ebin directory exists before we try to put files there. -{pre_hooks, [ - {compile, "mkdir -p ebin"} -]}. - - %% == xref == %% Enable xref warnings.