Makefile 197 B

12345678910111213
  1. # See LICENSE for licensing information.
  2. PROJECT = ranch
  3. # Options.
  4. COMPILE_FIRST = ranch_transport
  5. CT_SUITES = acceptor
  6. PLT_APPS = crypto public_key ssl
  7. # Standard targets.
  8. include erlang.mk