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

DEPS = cowboy
dep_cowboy_commit = master

REL_DEPS = relx

include ../../erlang.mk