mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
8 lines
133 B
Makefile
8 lines
133 B
Makefile
![]() |
PROJECT = cookie
|
||
|
|
||
|
DEPS = cowboy erlydtl
|
||
|
dep_cowboy = pkg://cowboy master
|
||
|
dep_erlydtl = pkg://erlydtl master
|
||
|
|
||
|
include ../../erlang.mk
|