-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
30 lines (20 loc) · 670 Bytes
/
Makefile
File metadata and controls
30 lines (20 loc) · 670 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 = riaktq
PROJECT_DESCRIPTION = Riak Task Queue
DEP_PLUGINS = \
version.mk
DEPS = \
riakc_pool
NO_AUTOPATCH = \
riak_pb
dep_riakc_pool = git git://github.com/manifest/riak-connection-pool.git v0.2.1
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)