Sfoglia il codice sorgente

Remove more unused things from the Makefile

pull/4/head
Andrew Thompson 14 anni fa
parent
commit
734b8af161
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. +0
    -5
      Makefile

+ 0
- 5
Makefile Vedi File

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

Caricamento…
Annulla
Salva