summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: dcf8624b0b79b9f5a6e33c07bb3d163792d28977 (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.9.0

# Standard targets.

include erlang.mk