aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-08-01 13:56:15 +0200
committerLoïc Hoguin <[email protected]>2014-08-01 13:56:15 +0200
commitadf1822defc2b7cfdc7aca112adabfa1d614043c (patch)
tree871347591bc6492d6b50f0db3e17c0b1edea380c
parentdf6fb926dd109fd2a8a6ca4358fe1c8700b33edd (diff)
downloadranch-1.0.0.tar.gz
ranch-1.0.0.tar.bz2
ranch-1.0.0.zip
Update examples Makefile1.0.0
-rw-r--r--examples/tcp_echo/Makefile3
-rw-r--r--examples/tcp_reverse/Makefile3
2 files changed, 0 insertions, 6 deletions
diff --git a/examples/tcp_echo/Makefile b/examples/tcp_echo/Makefile
index a7c2330..60c08ab 100644
--- a/examples/tcp_echo/Makefile
+++ b/examples/tcp_echo/Makefile
@@ -1,6 +1,3 @@
PROJECT = tcp_echo
-
DEPS = ranch
-dep_ranch = pkg://ranch master
-
include ../../erlang.mk
diff --git a/examples/tcp_reverse/Makefile b/examples/tcp_reverse/Makefile
index 20cc1ae..b391e81 100644
--- a/examples/tcp_reverse/Makefile
+++ b/examples/tcp_reverse/Makefile
@@ -1,6 +1,3 @@
PROJECT = tcp_reverse
-
DEPS = ranch
-dep_ranch = pkg://ranch master
-
include ../../erlang.mk