Explorar el Código

Remove more unused things from the Makefile

pull/4/head
Andrew Thompson hace 14 años
padre
commit
734b8af161
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. +0
    -5
      Makefile

+ 0
- 5
Makefile Ver fichero

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

Cargando…
Cancelar
Guardar