aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-08-01 11:53:51 +0200
committerLoïc Hoguin <[email protected]>2014-08-01 11:53:51 +0200
commit0c0c5cb6b7a18191dda4c2b0c4d7a372603ee8a4 (patch)
tree281b903ab6682f65daf5d28e03f932d67fa667c9 /Makefile
parent7f34d39930afe5f5eb369df9875728bbf8d72c5d (diff)
downloadranch-0c0c5cb6b7a18191dda4c2b0c4d7a372603ee8a4.tar.gz
ranch-0c0c5cb6b7a18191dda4c2b0c4d7a372603ee8a4.tar.bz2
ranch-0c0c5cb6b7a18191dda4c2b0c4d7a372603ee8a4.zip
Update erlang.mk to 1.0.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0535bd5..c29e45f 100644
--- a/Makefile
+++ b/Makefile
@@ -5,12 +5,11 @@ PROJECT = ranch
# Dependencies.
TEST_DEPS = ct_helper
-dep_ct_helper = https://github.com/extend/ct_helper.git master
+dep_ct_helper = git https://github.com/extend/ct_helper.git master
# Options.
COMPILE_FIRST = ranch_transport
-CT_SUITES = acceptor sendfile shutdown
PLT_APPS = crypto public_key ssl
# Standard targets.