blob: d32551bd23c8ea1536b766a693154d785b68cffb (
plain) (
blame)
1
2
3
4
5
6
7
8
|
PROJECT = rest_hello_world
PROJECT_DESCRIPTION = Cowboy REST Hello World example
PROJECT_VERSION = 1
DEPS = cowboy
dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk
|