Ver código fonte

Remove more unused things from the Makefile

pull/4/head
Andrew Thompson 14 anos atrás
pai
commit
734b8af161
1 arquivos alterados com 0 adições e 5 exclusões
  1. +0
    -5
      Makefile

+ 0
- 5
Makefile Ver arquivo

@ -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

Carregando…
Cancelar
Salvar