From 13675b588377d182b304a02d2556c12d767d6c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 7 Dec 2013 14:10:19 +0100 Subject: Examples must follow master --- examples/tcp_echo/Makefile | 2 +- examples/tcp_reverse/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/tcp_echo/Makefile b/examples/tcp_echo/Makefile index 712ae19..a7c2330 100644 --- a/examples/tcp_echo/Makefile +++ b/examples/tcp_echo/Makefile @@ -1,6 +1,6 @@ PROJECT = tcp_echo DEPS = ranch -dep_ranch = pkg://ranch 0.9.0 +dep_ranch = pkg://ranch master include ../../erlang.mk diff --git a/examples/tcp_reverse/Makefile b/examples/tcp_reverse/Makefile index f56d051..20cc1ae 100644 --- a/examples/tcp_reverse/Makefile +++ b/examples/tcp_reverse/Makefile @@ -1,6 +1,6 @@ PROJECT = tcp_reverse DEPS = ranch -dep_ranch = pkg://ranch 0.9.0 +dep_ranch = pkg://ranch master include ../../erlang.mk -- cgit v1.2.3