blob: 0e5d78ec08cfcdca9457eff666994e91ee56c1c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# See LICENSE for licensing information.
PROJECT = bullet
# Dependencies.
DEPS = cowboy
dep_cowboy = https://github.com/extend/cowboy.git 0.8.4
# Standard targets.
include erlang.mk
|