aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/tcp_echo/Makefile1
-rw-r--r--examples/tcp_reverse/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/tcp_echo/Makefile b/examples/tcp_echo/Makefile
index 60c08ab..72f1164 100644
--- a/examples/tcp_echo/Makefile
+++ b/examples/tcp_echo/Makefile
@@ -1,3 +1,4 @@
PROJECT = tcp_echo
DEPS = ranch
+dep_ranch_commit = master
include ../../erlang.mk
diff --git a/examples/tcp_reverse/Makefile b/examples/tcp_reverse/Makefile
index b391e81..c390c43 100644
--- a/examples/tcp_reverse/Makefile
+++ b/examples/tcp_reverse/Makefile
@@ -1,3 +1,4 @@
PROJECT = tcp_reverse
DEPS = ranch
+dep_ranch_commit = master
include ../../erlang.mk