aboutsummaryrefslogtreecommitdiffstats
path: root/examples/echo_get/Makefile
blob: 7be52c2c2808b0e285cc7553d8ac7b8a38e689fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
PROJECT = echo_get
PROJECT_DESCRIPTION = Cowboy GET echo example
PROJECT_VERSION = 1

DEPS = cowboy
dep_cowboy_commit = master

REL_DEPS = relx

include ../../erlang.mk