aboutsummaryrefslogtreecommitdiffstats
path: root/examples/chunked_hello_world/Makefile
blob: e168cf880340b0f34785e429c724c3906856b9cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
PROJECT = chunked_hello_world
PROJECT_DESCRIPTION = Cowboy chunked Hello World example
PROJECT_VERSION = 1

DEPS = cowboy
dep_cowboy_commit = master

REL_DEPS = relx

include ../../erlang.mk