aboutsummaryrefslogtreecommitdiffstats
path: root/examples/rest_basic_auth/Makefile
blob: 174eacc648a10b65762b7148dd93f8f02d41f30f (plain) (blame)
1
2
3
4
5
6
7
8
PROJECT = rest_basic_auth
PROJECT_DESCRIPTION = Cowboy Basic HTTP Authorization example
PROJECT_VERSION = 1

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

include ../../erlang.mk