File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
_build /
2
+ rebar.lock
2
3
ebin /
3
- deps /
4
4
tests /
5
5
/basho_bench
6
6
/rel /basho_bench
7
7
package
8
- .rebar
9
8
* ~
10
9
# *#
11
10
.DS_Store
Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ PKG_ID = basho-bench-$(PKG_VERSION)
6
6
PKG_BUILD = 1
7
7
BASE_DIR = $(shell pwd)
8
8
ERLANG_BIN = $(shell dirname $(shell which erl) )
9
- REBAR ?= $(BASE_DIR ) /rebar
9
+ REBAR ?= $(BASE_DIR ) /rebar3
10
10
OVERLAY_VARS ?=
11
11
12
12
13
13
all : deps compile
14
- $(REBAR ) skip_deps=true escriptize
14
+ $(REBAR ) escriptize
15
15
16
16
.PHONY : deps compile rel lock locked-all locked-deps
17
17
18
18
rel : deps compile
19
- cd rel && $(REBAR ) generate skip_deps=true $(OVERLAY_VARS )
19
+ cd rel && $(REBAR ) generate $(OVERLAY_VARS )
20
20
21
21
deps :
22
22
$(REBAR ) get-deps
You can’t perform that action at this time.
0 commit comments