aboutsummaryrefslogblamecommitdiffstats
path: root/Makefile
blob: 0535bd53bd7ff2db0217478100c2073f65bd1d20 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                        




                                                              
          
 
                               
                                      
                                
 
                   
 
                 
# See LICENSE for licensing information.

PROJECT = ranch

# Dependencies.

TEST_DEPS = ct_helper
dep_ct_helper = https://github.com/extend/ct_helper.git master

# Options.

COMPILE_FIRST = ranch_transport
CT_SUITES = acceptor sendfile shutdown
PLT_APPS = crypto public_key ssl

# Standard targets.

include erlang.mk