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

DEPS = cowboy
dep_cowboy = git https://github.com/ninenines/cowboy master

include ../../erlang.mk