Loïc Hoguin 10 лет назад
Родитель
Сommit
adf1822def
2 измененных файлов с 0 добавлено и 6 удалено
  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