From 886faa9fac380f6e6a017efec2b22e421e533467 Mon Sep 17 00:00:00 2001 From: DenisKolodin Date: Tue, 21 Jul 2015 13:11:22 +0300 Subject: [PATCH] Remove manual ebin dir creation Bad style and works right with modern rebar versions. --- rebar.config | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rebar.config b/rebar.config index ef1967f8aa2..7f0e6857866 100644 --- a/rebar.config +++ b/rebar.config @@ -5,11 +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 ==