浏览代码

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

正在加载...
取消
保存