From 4e5e04f66869d2a34b8d32232e1bbb0e813befba Mon Sep 17 00:00:00 2001 From: josh rotenberg Date: Thu, 5 Dec 2013 17:17:01 -0800 Subject: Update tcp_echo example to use erlang.mk --- examples/tcp_echo/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/tcp_echo/Makefile (limited to 'examples/tcp_echo/Makefile') diff --git a/examples/tcp_echo/Makefile b/examples/tcp_echo/Makefile new file mode 100644 index 0000000..712ae19 --- /dev/null +++ b/examples/tcp_echo/Makefile @@ -0,0 +1,6 @@ +PROJECT = tcp_echo + +DEPS = ranch +dep_ranch = pkg://ranch 0.9.0 + +include ../../erlang.mk -- cgit v1.2.3