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 11_build /
2+ rebar.lock
23ebin /
3- deps /
44tests /
55/basho_bench
66/rel /basho_bench
77package
8- .rebar
98* ~
109# *#
1110.DS_Store
Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ PKG_ID = basho-bench-$(PKG_VERSION)
66PKG_BUILD = 1
77BASE_DIR = $(shell pwd)
88ERLANG_BIN = $(shell dirname $(shell which erl) )
9- REBAR ?= $(BASE_DIR ) /rebar
9+ REBAR ?= $(BASE_DIR ) /rebar3
1010OVERLAY_VARS ?=
1111
1212
1313all : deps compile
14- $(REBAR ) skip_deps=true escriptize
14+ $(REBAR ) escriptize
1515
1616.PHONY : deps compile rel lock locked-all locked-deps
1717
1818rel : deps compile
19- cd rel && $(REBAR ) generate skip_deps=true $(OVERLAY_VARS )
19+ cd rel && $(REBAR ) generate $(OVERLAY_VARS )
2020
2121deps :
2222 $(REBAR ) get-deps
You can’t perform that action at this time.
0 commit comments