aboutsummaryrefslogtreecommitdiffstats
path: root/examples/static_world/Makefile
blob: 47c109474d9951a39d1218a2910596e05963587d (plain) (blame)
1
2
3
4
5
6
7
8
PROJECT = static_world
PROJECT_DESCRIPTION = Cowboy static file handler example
PROJECT_VERSION = 1

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

include ../../erlang.mk