aboutsummaryrefslogtreecommitdiffstats
path: root/examples/chunked_hello_world/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-10-03 16:28:02 +0300
committerLoïc Hoguin <[email protected]>2014-10-03 16:28:02 +0300
commit18f50b869702c731324a3c47381ab1e0f3abb7f0 (patch)
treec49b55fcea1133f425a8bd734c9da5609d9f8ed8 /examples/chunked_hello_world/Makefile
parente0c8e9ad5c20463668d8e6549198503e46d61e69 (diff)
downloadcowboy-18f50b869702c731324a3c47381ab1e0f3abb7f0.tar.gz
cowboy-18f50b869702c731324a3c47381ab1e0f3abb7f0.tar.bz2
cowboy-18f50b869702c731324a3c47381ab1e0f3abb7f0.zip
Make examples use Cowboy master
Diffstat (limited to 'examples/chunked_hello_world/Makefile')
-rw-r--r--examples/chunked_hello_world/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/chunked_hello_world/Makefile b/examples/chunked_hello_world/Makefile
index e535e1c..38cd6dc 100644
--- a/examples/chunked_hello_world/Makefile
+++ b/examples/chunked_hello_world/Makefile
@@ -1,3 +1,4 @@
PROJECT = chunked_hello_world
DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk