aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-02-01 19:36:13 +0100
committerLoïc Hoguin <[email protected]>2015-02-03 18:54:26 +0100
commit3cede06283a2b7b33ec822526341a9261574a2bf (patch)
tree4bfbb99282926f163b19f696c615a811f80ad403 /Makefile
parent41ac668ac771eb84f21c335810d946c2557acabd (diff)
downloadcowboy-3cede06283a2b7b33ec822526341a9261574a2bf.tar.gz
cowboy-3cede06283a2b7b33ec822526341a9261574a2bf.tar.bz2
cowboy-3cede06283a2b7b33ec822526341a9261574a2bf.zip
Use cowlib master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2863118..12bedf8 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,8 @@ PLT_APPS = crypto public_key ssl
# Dependencies.
DEPS = cowlib ranch
+dep_cowlib = git https://github.com/ninenines/cowlib master
+
TEST_DEPS = ct_helper gun
dep_ct_helper = git https://github.com/extend/ct_helper.git master