Current section

Files

Jump to
ranch Makefile
Raw

Makefile

# See LICENSE for licensing information.
PROJECT = ranch
# Dependencies.
TEST_DEPS = ct_helper
dep_ct_helper = git https://github.com/extend/ct_helper.git master
# Options.
COMPILE_FIRST = ranch_transport
PLT_APPS = crypto public_key ssl
# Standard targets.
include erlang.mk