summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: cfac5c8312f6a2956c4730c611a974ce47f11d61 (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 = git git://github.com/ninenines/cowboy.git 1.0.4

# Standard targets.

include erlang.mk