From 1786151ebfdfc89201fd1768c20326af129474cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 28 Feb 2018 17:28:36 +0100 Subject: Enable ci.erlang.mk only when CI_ERLANG_MK=1 is set This will avoid issues with other people's build systems. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index edca24a..9c9a44f 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ DIALYZER_OPTS = -Werror_handling -Wunmatched_returns LOCAL_DEPS = crypto -TEST_DEPS = ci.erlang.mk horse proper +TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) horse proper dep_horse = git https://github.com/ninenines/horse.git master # CI configuration. -- cgit v1.2.3