Makefile 191 B

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