From e4720fc629ac056b1b9ec53a46a7af8aeaa43458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 7 Oct 2022 11:46:26 +0200 Subject: Update for OTP-25+ --- examples/tcp_echo/Makefile | 4 ++++ examples/tcp_reverse/Makefile | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'examples') 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 -- cgit v1.2.3