Makefile 446 B

1234567891011121314151617181920212223242526
  1. # See LICENSE for licensing information.
  2. PROJECT = cowboy
  3. # Options.
  4. COMPILE_FIRST = cowboy_middleware cowboy_sub_protocol
  5. CT_SUITES = eunit http ws
  6. PLT_APPS = crypto public_key ssl
  7. # Dependencies.
  8. DEPS = ranch
  9. dep_ranch = https://github.com/extend/ranch.git 0.8.1
  10. # Standard targets.
  11. include erlang.mk
  12. # Extra targets.
  13. .PHONY: autobahn
  14. autobahn: clean clean-deps deps app build-tests
  15. @mkdir -p logs/
  16. @$(CT_RUN) -suite autobahn_SUITE