5 lines
82 B
Makefile
5 lines
82 B
Makefile
|
PROJECT = tcp_echo
|
||
|
DEPS = ranch
|
||
|
dep_ranch_commit = master
|
||
|
include ../../erlang.mk
|