aboutsummaryrefslogtreecommitdiffstats
path: root/examples/file_server/Makefile
blob: df8f311067b20eee597521deb458809724087445 (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 jsx
dep_cowboy_commit = master

REL_DEPS = relx

include ../../erlang.mk