From adf1822defc2b7cfdc7aca112adabfa1d614043c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 1 Aug 2014 13:56:15 +0200 Subject: Update examples Makefile --- examples/tcp_echo/Makefile | 3 --- examples/tcp_reverse/Makefile | 3 --- 2 files changed, 6 deletions(-) diff --git a/examples/tcp_echo/Makefile b/examples/tcp_echo/Makefile index a7c2330..60c08ab 100644 --- a/examples/tcp_echo/Makefile +++ b/examples/tcp_echo/Makefile @@ -1,6 +1,3 @@ PROJECT = tcp_echo - DEPS = ranch -dep_ranch = pkg://ranch master - include ../../erlang.mk diff --git a/examples/tcp_reverse/Makefile b/examples/tcp_reverse/Makefile index 20cc1ae..b391e81 100644 --- a/examples/tcp_reverse/Makefile +++ b/examples/tcp_reverse/Makefile @@ -1,6 +1,3 @@ PROJECT = tcp_reverse - DEPS = ranch -dep_ranch = pkg://ranch master - include ../../erlang.mk -- cgit v1.2.3