Makefile 283 B

1234567891011121314151617
  1. # See LICENSE for licensing information.
  2. PROJECT = ranch
  3. # Dependencies.
  4. TEST_DEPS = ct_helper
  5. dep_ct_helper = git https://github.com/extend/ct_helper.git master
  6. # Options.
  7. COMPILE_FIRST = ranch_transport
  8. PLT_APPS = crypto public_key ssl
  9. # Standard targets.
  10. include erlang.mk