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