Makefile 191 B

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