aboutsummaryrefslogtreecommitdiffstats
path: root/examples/file_server/Makefile
blob: 12a4e15ef5c8f818d9a73805aa8157b7e74adc82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
PROJECT = file_server
PROJECT_DESCRIPTION = Cowboy file server example with directory listing
PROJECT_VERSION = 1

DEPS = cowboy
dep_cowboy_commit = master

REL_DEPS = relx

include ../../erlang.mk