Browse Source

Update examples Makefile

Loïc Hoguin 10 years ago
parent
commit
adf1822def
2 changed files with 0 additions and 6 deletions
  1. 0 3
      examples/tcp_echo/Makefile
  2. 0 3
      examples/tcp_reverse/Makefile

+ 0 - 3
examples/tcp_echo/Makefile

@@ -1,6 +1,3 @@
 PROJECT = tcp_echo
-
 DEPS = ranch
-dep_ranch = pkg://ranch master
-
 include ../../erlang.mk

+ 0 - 3
examples/tcp_reverse/Makefile

@@ -1,6 +1,3 @@
 PROJECT = tcp_reverse
-
 DEPS = ranch
-dep_ranch = pkg://ranch master
-
 include ../../erlang.mk