From fc1a0f21457beeca9ed030275865812013012ff6 Mon Sep 17 00:00:00 2001 From: tmuszbek Date: Tue, 22 Oct 2019 09:14:32 +0200 Subject: [PATCH] including compile hook to run makefile automatically by rebar3 --- rebar.config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rebar.config b/rebar.config index b3b54dbd..f9d80c0b 100644 --- a/rebar.config +++ b/rebar.config @@ -1,3 +1,7 @@ {deps, []}. {erl_opts, [debug_info, warnings_as_errors]}. + +{pre_hooks, + [{"(linux)", compile, "make"}]}. + {cover_enabled, true}.