aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-02-28 17:28:36 +0100
committerLoïc Hoguin <[email protected]>2018-02-28 17:28:36 +0100
commit1786151ebfdfc89201fd1768c20326af129474cb (patch)
tree2429bdba9806ad91e911dcbd04b0dff9cd679f2a
parent3ef5b48a028bb66f82b452c98ae515903096641c (diff)
downloadcowlib-1786151ebfdfc89201fd1768c20326af129474cb.tar.gz
cowlib-1786151ebfdfc89201fd1768c20326af129474cb.tar.bz2
cowlib-1786151ebfdfc89201fd1768c20326af129474cb.zip
Enable ci.erlang.mk only when CI_ERLANG_MK=1 is set
This will avoid issues with other people's build systems.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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.