Makefile 189 B

12345678910
  1. PROJECT = compress_response
  2. PROJECT_DESCRIPTION = Cowboy compressed response example
  3. PROJECT_VERSION = 1
  4. DEPS = cowboy
  5. dep_cowboy_commit = master
  6. REL_DEPS = relx
  7. include ../../erlang.mk