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

DEPS = cowboy
dep_cowboy_commit = master

REL_DEPS = relx

include ../../erlang.mk