0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/examples/upload/Makefile

11 lines
175 B
Makefile
Raw Normal View History

2014-06-03 19:16:34 +02:00
PROJECT = upload
PROJECT_DESCRIPTION = Cowboy multipart upload example
PROJECT_VERSION = 1
2014-06-03 19:16:34 +02:00
DEPS = cowboy
dep_cowboy_commit = master
2022-09-19 14:17:37 +02:00
REL_DEPS = relx
2014-06-03 19:16:34 +02:00
include ../../erlang.mk