Makefile 200 B

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