mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 12:40:25 +00:00
6 lines
93 B
Makefile
6 lines
93 B
Makefile
PROJECT = echo_post
|
|
|
|
DEPS = cowboy
|
|
dep_cowboy = pkg://cowboy master
|
|
|
|
include ../../erlang.mk
|