aboutsummaryrefslogtreecommitdiffstats
path: root/examples/web_server/Makefile
blob: 34ec805c505d05b48bdadbd89df6f3b429809aa2 (plain) (blame)
1
2
3
4
5
6
7
8
PROJECT = web_server
PROJECT_DESCRIPTION = Cowboy static directory indexing example
PROJECT_VERSION = 1

DEPS = cowboy
dep_cowboy_commit = master

include ../../erlang.mk