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

DEPS = cowboy
dep_cowboy_commit = master

REL_DEPS = relx

include ../../erlang.mk