Makefile 207 B

12345678
  1. PROJECT = chunked_hello_world
  2. PROJECT_DESCRIPTION = Cowboy chunked Hello World example
  3. PROJECT_VERSION = 1
  4. DEPS = cowboy
  5. dep_cowboy = git https://github.com/ninenines/cowboy master
  6. include ../../erlang.mk