aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2022-10-07 11:46:26 +0200
committerLoïc Hoguin <[email protected]>2022-10-07 11:46:26 +0200
commite4720fc629ac056b1b9ec53a46a7af8aeaa43458 (patch)
tree2f555fe5ca6f69cba776fd1b74aefa3e80d0bd16 /examples
parent48476b475b4fed098ba75ab7574d3b451231dede (diff)
downloadranch-e4720fc629ac056b1b9ec53a46a7af8aeaa43458.tar.gz
ranch-e4720fc629ac056b1b9ec53a46a7af8aeaa43458.tar.bz2
ranch-e4720fc629ac056b1b9ec53a46a7af8aeaa43458.zip
Update for OTP-25+
Diffstat (limited to 'examples')
-rw-r--r--examples/tcp_echo/Makefile4
-rw-r--r--examples/tcp_reverse/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/examples/tcp_echo/Makefile b/examples/tcp_echo/Makefile
index 72f1164..edab25a 100644
--- a/examples/tcp_echo/Makefile
+++ b/examples/tcp_echo/Makefile
@@ -1,4 +1,8 @@
PROJECT = tcp_echo
+
DEPS = ranch
dep_ranch_commit = master
+
+REL_DEPS = relx
+
include ../../erlang.mk
diff --git a/examples/tcp_reverse/Makefile b/examples/tcp_reverse/Makefile
index c390c43..5f54680 100644
--- a/examples/tcp_reverse/Makefile
+++ b/examples/tcp_reverse/Makefile
@@ -1,4 +1,8 @@
PROJECT = tcp_reverse
+
DEPS = ranch
dep_ranch_commit = master
+
+REL_DEPS = relx
+
include ../../erlang.mk