summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 3c1db6723bcfa92cb79db6dc52183e619dd9d178 (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 1.0.1

# Standard targets.

include erlang.mk