diff options
author | Loïc Hoguin <[email protected]> | 2014-08-01 13:56:15 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-08-01 13:56:15 +0200 |
commit | adf1822defc2b7cfdc7aca112adabfa1d614043c (patch) | |
tree | 871347591bc6492d6b50f0db3e17c0b1edea380c /examples | |
parent | df6fb926dd109fd2a8a6ca4358fe1c8700b33edd (diff) | |
download | ranch-adf1822defc2b7cfdc7aca112adabfa1d614043c.tar.gz ranch-adf1822defc2b7cfdc7aca112adabfa1d614043c.tar.bz2 ranch-adf1822defc2b7cfdc7aca112adabfa1d614043c.zip |
Update examples Makefile1.0.0
Diffstat (limited to 'examples')
-rw-r--r-- | examples/tcp_echo/Makefile | 3 | ||||
-rw-r--r-- | examples/tcp_reverse/Makefile | 3 |
2 files changed, 0 insertions, 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 |