Makefile 200 B

1234567891011
  1. PROJECT = ssl_hello_world
  2. PROJECT_DESCRIPTION = Cowboy SSL Hello World example
  3. PROJECT_VERSION = 1
  4. DEPS = cowboy
  5. LOCAL_DEPS = ssl
  6. dep_cowboy_commit = master
  7. REL_DEPS = relx
  8. include ../../erlang.mk