aboutsummaryrefslogtreecommitdiffstats
path: root/examples/compress_response/Makefile
blob: ab99ced011b571dcdc9c5165fe154033b166ffd9 (plain) (blame)
1
2
3
4
5
6
7
8
PROJECT = compress_response
PROJECT_DESCRIPTION = Cowboy compressed response example
PROJECT_VERSION = 1

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

include ../../erlang.mk