Skip to content

Commit

Permalink
Added make rel.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Martin authored and kuenishi committed Nov 5, 2014
1 parent d8cca55 commit cde4190
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ REPO ?= basho_bench

PKG_REVISION ?= $(shell git describe --tags)
PKG_VERSION ?= $(shell git describe --tags | tr - .)
PKG_ID = basho-bench-$(PKG_VERSION)
PKG_ID = bashobench-$(PKG_VERSION)
PKG_BUILD = 1
BASE_DIR = $(shell pwd)
ERLANG_BIN = $(shell dirname $(shell which erl))
Expand All @@ -12,6 +12,9 @@ OVERLAY_VARS ?=

.PHONY: deps

rel: deps compile
./rebar skip_deps=true escriptize

all: deps compile
./rebar skip_deps=true escriptize

Expand Down

0 comments on commit cde4190

Please sign in to comment.