mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
11 lines
296 B
Makefile
11 lines
296 B
Makefile
PROJECT = markdown_middleware
|
|
PROJECT_DESCRIPTION = Cowboy static file handler example with middleware component
|
|
PROJECT_VERSION = 1
|
|
|
|
DEPS = cowboy markdown
|
|
dep_cowboy_commit = master
|
|
dep_markdown = git https://github.com/hypernumbers/erlmarkdown master
|
|
|
|
REL_DEPS = relx
|
|
|
|
include ../../erlang.mk
|