aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/chunked_hello_world/Makefile1
-rw-r--r--examples/compress_response/Makefile1
-rw-r--r--examples/cookie/Makefile1
-rw-r--r--examples/echo_get/Makefile1
-rw-r--r--examples/echo_post/Makefile1
-rw-r--r--examples/error_hook/Makefile1
-rw-r--r--examples/eventsource/Makefile1
-rw-r--r--examples/hello_world/Makefile1
-rw-r--r--examples/markdown_middleware/Makefile1
-rw-r--r--examples/rest_basic_auth/Makefile1
-rw-r--r--examples/rest_hello_world/Makefile1
-rw-r--r--examples/rest_pastebin/Makefile1
-rw-r--r--examples/rest_stream_response/Makefile1
-rw-r--r--examples/ssl_hello_world/Makefile1
-rw-r--r--examples/static_world/Makefile1
-rw-r--r--examples/upload/Makefile1
-rw-r--r--examples/web_server/Makefile1
-rw-r--r--examples/websocket/Makefile1
18 files changed, 18 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
diff --git a/examples/compress_response/Makefile b/examples/compress_response/Makefile
index 6b52fbe..4d3649f 100644
--- a/examples/compress_response/Makefile
+++ b/examples/compress_response/Makefile
@@ -1,3 +1,4 @@
PROJECT = compress_response
DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk
diff --git a/examples/cookie/Makefile b/examples/cookie/Makefile
index 1895823..4fc8fb9 100644
--- a/examples/cookie/Makefile
+++ b/examples/cookie/Makefile
@@ -1,3 +1,4 @@
PROJECT = cookie
DEPS = cowboy erlydtl
+dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk
diff --git a/examples/echo_get/Makefile b/examples/echo_get/Makefile
index c3c3b30..6c7790e 100644
--- a/examples/echo_get/Makefile
+++ b/examples/echo_get/Makefile
@@ -1,3 +1,4 @@
PROJECT = echo_get
DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk
diff --git a/examples/echo_post/Makefile b/examples/echo_post/Makefile
index bddaf0e..ddf3969 100644
--- a/examples/echo_post/Makefile
+++ b/examples/echo_post/Makefile
@@ -1,3 +1,4 @@
PROJECT = echo_post
DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk
diff --git a/examples/error_hook/Makefile b/examples/error_hook/Makefile
index 575e919..73242df 100644
--- a/examples/error_hook/Makefile
+++ b/examples/error_hook/Makefile
@@ -1,3 +1,4 @@
PROJECT = error_hook
DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk
diff --git a/examples/eventsource/Makefile b/examples/eventsource/Makefile
index fd304d7..fbd3fb9 100644
--- a/examples/eventsource/Makefile
+++ b/examples/eventsource/Makefile
@@ -1,3 +1,4 @@
PROJECT = eventsource
DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk
diff --git a/examples/hello_world/Makefile b/examples/hello_world/Makefile
index 72e0f88..1a7000b 100644
--- a/examples/hello_world/Makefile
+++ b/examples/hello_world/Makefile
@@ -1,3 +1,4 @@
PROJECT = hello_world
DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk
diff --git a/examples/markdown_middleware/Makefile b/examples/markdown_middleware/Makefile
index a46ae68..ab2fbd6 100644
--- a/examples/markdown_middleware/Makefile
+++ b/examples/markdown_middleware/Makefile
@@ -1,3 +1,4 @@
PROJECT = markdown_middleware
DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk
diff --git a/examples/rest_basic_auth/Makefile b/examples/rest_basic_auth/Makefile
index dbc9450..b776235 100644
--- a/examples/rest_basic_auth/Makefile
+++ b/examples/rest_basic_auth/Makefile
@@ -1,3 +1,4 @@
PROJECT = rest_basic_auth
DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk
diff --git a/examples/rest_hello_world/Makefile b/examples/rest_hello_world/Makefile
index 7bb3b1e..cc7699e 100644
--- a/examples/rest_hello_world/Makefile
+++ b/examples/rest_hello_world/Makefile
@@ -1,3 +1,4 @@
PROJECT = rest_hello_world
DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk
diff --git a/examples/rest_pastebin/Makefile b/examples/rest_pastebin/Makefile
index 1914bea..66c7b33 100644
--- a/examples/rest_pastebin/Makefile
+++ b/examples/rest_pastebin/Makefile
@@ -1,3 +1,4 @@
PROJECT = rest_pastebin
DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk
diff --git a/examples/rest_stream_response/Makefile b/examples/rest_stream_response/Makefile
index c49d7d1..86aa2f5 100644
--- a/examples/rest_stream_response/Makefile
+++ b/examples/rest_stream_response/Makefile
@@ -1,3 +1,4 @@
PROJECT = rest_stream_response
DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk
diff --git a/examples/ssl_hello_world/Makefile b/examples/ssl_hello_world/Makefile
index 079817e..720f998 100644
--- a/examples/ssl_hello_world/Makefile
+++ b/examples/ssl_hello_world/Makefile
@@ -1,3 +1,4 @@
PROJECT = ssl_hello_world
DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk
diff --git a/examples/static_world/Makefile b/examples/static_world/Makefile
index eab221d..7524b77 100644
--- a/examples/static_world/Makefile
+++ b/examples/static_world/Makefile
@@ -1,3 +1,4 @@
PROJECT = static_world
DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk
diff --git a/examples/upload/Makefile b/examples/upload/Makefile
index e92ca82..ca6b0c6 100644
--- a/examples/upload/Makefile
+++ b/examples/upload/Makefile
@@ -1,3 +1,4 @@
PROJECT = upload
DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk
diff --git a/examples/web_server/Makefile b/examples/web_server/Makefile
index 7ff724f..b794f30 100644
--- a/examples/web_server/Makefile
+++ b/examples/web_server/Makefile
@@ -1,3 +1,4 @@
PROJECT = web_server
DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk
diff --git a/examples/websocket/Makefile b/examples/websocket/Makefile
index 81fd93b..b590e79 100644
--- a/examples/websocket/Makefile
+++ b/examples/websocket/Makefile
@@ -1,3 +1,4 @@
PROJECT = websocket
DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk