Revert "add `make install`, fix #202"

This reverts commit 77a16d3116.

Signed-off-by: Viktor Stanchev <me@viktorstanchev.com>
This commit is contained in:
Viktor Stanchev 2015-10-12 10:03:53 -07:00
parent f70a03fb64
commit 48e6ecedca
1 changed files with 0 additions and 16 deletions

View File

@ -48,19 +48,6 @@ ${PREFIX}/bin/notary-signer: NOTARY_VERSION $(shell find . -type f -name '*.go')
@echo "+ $@" @echo "+ $@"
@godep go build -o $@ ${GO_LDFLAGS} ./cmd/notary-signer @godep go build -o $@ ${GO_LDFLAGS} ./cmd/notary-signer
${GOPATH}/bin/notary-server: NOTARY_VERSION $(shell find . -type f -name '*.go')
@echo "+ $@"
@godep go install ${GO_LDFLAGS} ./cmd/notary-server
${GOPATH}/bin/notary: NOTARY_VERSION $(shell find . -type f -name '*.go')
@echo "+ $@"
@godep go install ${GO_LDFLAGS} ./cmd/notary
${GOPATH}/bin/notary-signer: NOTARY_VERSION $(shell find . -type f -name '*.go')
@echo "+ $@"
@godep go install ${GO_LDFLAGS} ./cmd/notary-signer
vet: vet:
@echo "+ $@" @echo "+ $@"
@test -z "$$(go tool vet -printf=false . 2>&1 | grep -v Godeps/_workspace/src/ | tee /dev/stderr)" @test -z "$$(go tool vet -printf=false . 2>&1 | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
@ -77,9 +64,6 @@ build:
@echo "+ $@" @echo "+ $@"
@go build -v ${GO_LDFLAGS} ./... @go build -v ${GO_LDFLAGS} ./...
install: ${GOPATH}/bin/notary-server ${GOPATH}/bin/notary ${GOPATH}/bin/notary-signer
@echo "+ $@"
test: test:
@echo "+ $@" @echo "+ $@"
@go test -test.short ./... @go test -test.short ./...