From 62de3a62f9981c3fe436cb50465d10b17ee9678b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 1 Aug 2014 14:26:51 +0200 Subject: Update to erlang.mk 1.0.0 --- examples/chunked_hello_world/Makefile | 3 --- examples/compress_response/Makefile | 3 --- examples/cookie/Makefile | 4 ---- examples/echo_get/Makefile | 3 --- examples/echo_post/Makefile | 3 --- examples/error_hook/Makefile | 3 --- examples/eventsource/Makefile | 3 --- examples/hello_world/Makefile | 3 --- examples/markdown_middleware/Makefile | 3 --- examples/rest_basic_auth/Makefile | 3 --- examples/rest_hello_world/Makefile | 3 --- examples/rest_pastebin/Makefile | 3 --- examples/rest_stream_response/Makefile | 3 --- examples/ssl_hello_world/Makefile | 3 --- examples/static_world/Makefile | 3 --- examples/upload/Makefile | 3 --- examples/web_server/Makefile | 3 --- examples/websocket/Makefile | 3 --- 18 files changed, 55 deletions(-) (limited to 'examples') diff --git a/examples/chunked_hello_world/Makefile b/examples/chunked_hello_world/Makefile index 7939941..e535e1c 100644 --- a/examples/chunked_hello_world/Makefile +++ b/examples/chunked_hello_world/Makefile @@ -1,6 +1,3 @@ PROJECT = chunked_hello_world - DEPS = cowboy -dep_cowboy = pkg://cowboy master - include ../../erlang.mk diff --git a/examples/compress_response/Makefile b/examples/compress_response/Makefile index 785ba6d..6b52fbe 100644 --- a/examples/compress_response/Makefile +++ b/examples/compress_response/Makefile @@ -1,6 +1,3 @@ PROJECT = compress_response - DEPS = cowboy -dep_cowboy = pkg://cowboy master - include ../../erlang.mk diff --git a/examples/cookie/Makefile b/examples/cookie/Makefile index d07e9b5..1895823 100644 --- a/examples/cookie/Makefile +++ b/examples/cookie/Makefile @@ -1,7 +1,3 @@ PROJECT = cookie - DEPS = cowboy erlydtl -dep_cowboy = pkg://cowboy master -dep_erlydtl = pkg://erlydtl master - include ../../erlang.mk diff --git a/examples/echo_get/Makefile b/examples/echo_get/Makefile index 30ab5f4..c3c3b30 100644 --- a/examples/echo_get/Makefile +++ b/examples/echo_get/Makefile @@ -1,6 +1,3 @@ PROJECT = echo_get - DEPS = cowboy -dep_cowboy = pkg://cowboy master - include ../../erlang.mk diff --git a/examples/echo_post/Makefile b/examples/echo_post/Makefile index 85cf181..bddaf0e 100644 --- a/examples/echo_post/Makefile +++ b/examples/echo_post/Makefile @@ -1,6 +1,3 @@ PROJECT = echo_post - DEPS = cowboy -dep_cowboy = pkg://cowboy master - include ../../erlang.mk diff --git a/examples/error_hook/Makefile b/examples/error_hook/Makefile index 5ddb343..575e919 100644 --- a/examples/error_hook/Makefile +++ b/examples/error_hook/Makefile @@ -1,6 +1,3 @@ PROJECT = error_hook - DEPS = cowboy -dep_cowboy = pkg://cowboy master - include ../../erlang.mk diff --git a/examples/eventsource/Makefile b/examples/eventsource/Makefile index 991cf8a..fd304d7 100644 --- a/examples/eventsource/Makefile +++ b/examples/eventsource/Makefile @@ -1,6 +1,3 @@ PROJECT = eventsource - DEPS = cowboy -dep_cowboy = pkg://cowboy master - include ../../erlang.mk diff --git a/examples/hello_world/Makefile b/examples/hello_world/Makefile index d63349e..72e0f88 100644 --- a/examples/hello_world/Makefile +++ b/examples/hello_world/Makefile @@ -1,6 +1,3 @@ PROJECT = hello_world - DEPS = cowboy -dep_cowboy = pkg://cowboy master - include ../../erlang.mk diff --git a/examples/markdown_middleware/Makefile b/examples/markdown_middleware/Makefile index f2e46ac..a46ae68 100644 --- a/examples/markdown_middleware/Makefile +++ b/examples/markdown_middleware/Makefile @@ -1,6 +1,3 @@ PROJECT = markdown_middleware - DEPS = cowboy -dep_cowboy = pkg://cowboy master - include ../../erlang.mk diff --git a/examples/rest_basic_auth/Makefile b/examples/rest_basic_auth/Makefile index 65c0ad8..dbc9450 100644 --- a/examples/rest_basic_auth/Makefile +++ b/examples/rest_basic_auth/Makefile @@ -1,6 +1,3 @@ PROJECT = rest_basic_auth - DEPS = cowboy -dep_cowboy = pkg://cowboy master - include ../../erlang.mk diff --git a/examples/rest_hello_world/Makefile b/examples/rest_hello_world/Makefile index f72c8af..7bb3b1e 100644 --- a/examples/rest_hello_world/Makefile +++ b/examples/rest_hello_world/Makefile @@ -1,6 +1,3 @@ PROJECT = rest_hello_world - DEPS = cowboy -dep_cowboy = pkg://cowboy master - include ../../erlang.mk diff --git a/examples/rest_pastebin/Makefile b/examples/rest_pastebin/Makefile index ea7764a..1914bea 100644 --- a/examples/rest_pastebin/Makefile +++ b/examples/rest_pastebin/Makefile @@ -1,6 +1,3 @@ PROJECT = rest_pastebin - DEPS = cowboy -dep_cowboy = pkg://cowboy master - include ../../erlang.mk diff --git a/examples/rest_stream_response/Makefile b/examples/rest_stream_response/Makefile index 576a0d2..c49d7d1 100644 --- a/examples/rest_stream_response/Makefile +++ b/examples/rest_stream_response/Makefile @@ -1,6 +1,3 @@ PROJECT = rest_stream_response - DEPS = cowboy -dep_cowboy = pkg://cowboy master - include ../../erlang.mk diff --git a/examples/ssl_hello_world/Makefile b/examples/ssl_hello_world/Makefile index 2817800..079817e 100644 --- a/examples/ssl_hello_world/Makefile +++ b/examples/ssl_hello_world/Makefile @@ -1,6 +1,3 @@ PROJECT = ssl_hello_world - DEPS = cowboy -dep_cowboy = pkg://cowboy master - include ../../erlang.mk diff --git a/examples/static_world/Makefile b/examples/static_world/Makefile index f52c0cf..eab221d 100644 --- a/examples/static_world/Makefile +++ b/examples/static_world/Makefile @@ -1,6 +1,3 @@ PROJECT = static_world - DEPS = cowboy -dep_cowboy = pkg://cowboy master - include ../../erlang.mk diff --git a/examples/upload/Makefile b/examples/upload/Makefile index 5f65387..e92ca82 100644 --- a/examples/upload/Makefile +++ b/examples/upload/Makefile @@ -1,6 +1,3 @@ PROJECT = upload - DEPS = cowboy -dep_cowboy = pkg://cowboy master - include ../../erlang.mk diff --git a/examples/web_server/Makefile b/examples/web_server/Makefile index c515c4b..7ff724f 100644 --- a/examples/web_server/Makefile +++ b/examples/web_server/Makefile @@ -1,6 +1,3 @@ PROJECT = web_server - DEPS = cowboy -dep_cowboy = pkg://cowboy master - include ../../erlang.mk diff --git a/examples/websocket/Makefile b/examples/websocket/Makefile index b9fcbff..81fd93b 100644 --- a/examples/websocket/Makefile +++ b/examples/websocket/Makefile @@ -1,6 +1,3 @@ PROJECT = websocket - DEPS = cowboy -dep_cowboy = pkg://cowboy master - include ../../erlang.mk -- cgit v1.2.3