Skip to content

Commit cde4190

Browse files
James Martinkuenishi
authored andcommitted
Added make rel.
1 parent d8cca55 commit cde4190

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ REPO ?= basho_bench
22

33
PKG_REVISION ?= $(shell git describe --tags)
44
PKG_VERSION ?= $(shell git describe --tags | tr - .)
5-
PKG_ID = basho-bench-$(PKG_VERSION)
5+
PKG_ID = bashobench-$(PKG_VERSION)
66
PKG_BUILD = 1
77
BASE_DIR = $(shell pwd)
88
ERLANG_BIN = $(shell dirname $(shell which erl))
@@ -12,6 +12,9 @@ OVERLAY_VARS ?=
1212

1313
.PHONY: deps
1414

15+
rel: deps compile
16+
./rebar skip_deps=true escriptize
17+
1518
all: deps compile
1619
./rebar skip_deps=true escriptize
1720

0 commit comments

Comments
 (0)