ソースを参照

Remove more unused things from the Makefile

pull/4/head
Andrew Thompson 14年前
コミット
734b8af161
1個のファイルの変更0行の追加5行の削除
  1. +0
    -5
      Makefile

+ 0
- 5
Makefile ファイルの表示

@ -1,8 +1,3 @@
REPO ?= riak
RIAK_TAG = $(shell git describe --tags)
REVISION ?= $(shell echo $(RIAK_TAG) | sed -e 's/^$(REPO)-//')
PKG_VERSION ?= $(shell echo $(REVISION) | tr - .)
.PHONY: rel stagedevrel deps test
all: deps compile

読み込み中…
キャンセル
保存