-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
30 lines (20 loc) · 699 Bytes
/
Copy pathMakefile
File metadata and controls
30 lines (20 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
PROJECT = riakauth
PROJECT_DESCRIPTION = Authentication and identity management on top of Riak KV
DEP_PLUGINS = \
version.mk
DEPS = \
riakc
NO_AUTOPATCH = \
riak_pb
dep_riakc = git https://github.com/basho/riak-erlang-client.git 2.5.3
BUILD_DEPS = version.mk
dep_version.mk = git git://github.com/manifest/version.mk.git master
TEST_DEPS = ct_helper
dep_ct_helper = git git://github.com/ninenines/ct_helper.git master
SHELL_DEPS = tddreloader
SHELL_OPTS = \
-eval 'application:ensure_all_started($(PROJECT), permanent)' \
-s tddreloader start
include erlang.mk
app:: rebar.config
export DEVELOP_ENVIRONMENT = $(shell if [ -f .develop-environment ]; then cat .develop-environment; fi)