We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cca55 commit cde4190Copy full SHA for cde4190
Makefile
@@ -2,7 +2,7 @@ REPO ?= basho_bench
2
3
PKG_REVISION ?= $(shell git describe --tags)
4
PKG_VERSION ?= $(shell git describe --tags | tr - .)
5
-PKG_ID = basho-bench-$(PKG_VERSION)
+PKG_ID = bashobench-$(PKG_VERSION)
6
PKG_BUILD = 1
7
BASE_DIR = $(shell pwd)
8
ERLANG_BIN = $(shell dirname $(shell which erl))
@@ -12,6 +12,9 @@ OVERLAY_VARS ?=
12
13
.PHONY: deps
14
15
+rel: deps compile
16
+ ./rebar skip_deps=true escriptize
17
+
18
all: deps compile
19
./rebar skip_deps=true escriptize
20
0 commit comments