mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 20:50:24 +00:00
6 lines
95 B
Makefile
6 lines
95 B
Makefile
PROJECT = hello_world
|
|
|
|
DEPS = cowboy
|
|
dep_cowboy = pkg://cowboy master
|
|
|
|
include ../../erlang.mk
|