From 018e392f3a47a82bb41eb345933ec5cfa2490d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 22 Aug 2013 10:39:50 +0200 Subject: Initial commit with working SPDY client --- Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..9d8a30f --- /dev/null +++ b/Makefile @@ -0,0 +1,18 @@ +# See LICENSE for licensing information. + +PROJECT = gun + +# Options. + +CT_SUITES = twitter +PLT_APPS = ssl + +# Dependencies. + +DEPS = cowlib ranch +dep_cowlib = pkg://cowlib master +dep_ranch = pkg://ranch master + +# Standard targets. + +include erlang.mk -- cgit v1.2.3