aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-08-13 23:44:39 +0200
committerLoïc Hoguin <[email protected]>2015-08-13 23:58:12 +0200
commit9e827a9bea46c4f24c852812afd4ef754c1b7621 (patch)
treec78789da2cca242950ec1f667d521d5f8b9ca733 /Makefile
parenta930444180b7c6227d1e1ef03e4c5055d9896cdd (diff)
downloadranch-9e827a9bea46c4f24c852812afd4ef754c1b7621.tar.gz
ranch-9e827a9bea46c4f24c852812afd4ef754c1b7621.tar.bz2
ranch-9e827a9bea46c4f24c852812afd4ef754c1b7621.zip
Fetch ct_helper before running ci-setup
Since we copy a file into it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 97aa523..926027f 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ CI_OTP = \
# CI setup.
-ci-setup::
+ci-setup:: $(DEPS_DIR)/ct_helper
cp ~/.kerl/builds/$(CI_OTP_RELEASE)/otp_src_git/lib/ssl/test/erl_make_certs.erl deps/ct_helper/src/
# Standard targets.