aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ssl_hello_world/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-08-01 14:26:51 +0200
committerLoïc Hoguin <[email protected]>2014-08-01 14:26:51 +0200
commit62de3a62f9981c3fe436cb50465d10b17ee9678b (patch)
tree9aadc520fa7d8845becea7cd1f885e77e8003f0f /examples/ssl_hello_world/Makefile
parent9e437e811939a1602d5737f2f9a5461b53f64b2f (diff)
downloadcowboy-62de3a62f9981c3fe436cb50465d10b17ee9678b.tar.gz
cowboy-62de3a62f9981c3fe436cb50465d10b17ee9678b.tar.bz2
cowboy-62de3a62f9981c3fe436cb50465d10b17ee9678b.zip
Update to erlang.mk 1.0.0
Diffstat (limited to 'examples/ssl_hello_world/Makefile')
-rw-r--r--examples/ssl_hello_world/Makefile3
1 files changed, 0 insertions, 3 deletions
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