aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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