aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tcp_echo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tcp_echo/Makefile')
-rw-r--r--examples/tcp_echo/Makefile4
1 files changed, 4 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