aboutsummaryrefslogtreecommitdiffstats
path: root/examples/web_server/Makefile
blob: 749a69df4f9d5ff82aca45e3215dd78ab6470667 (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 = git https://github.com/ninenines/cowboy master

include ../../erlang.mk