Remove install target
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
9e18d5d7a9
commit
a33b15c6c9
1 changed files with 1 additions and 5 deletions
6
Makefile
6
Makefile
|
|
@ -10,7 +10,7 @@ VERSION ?= $(shell git describe --tags --match='v[0-9]*' --dirty --always)
|
||||||
GO ?= go
|
GO ?= go
|
||||||
|
|
||||||
|
|
||||||
default: install
|
default: build
|
||||||
|
|
||||||
.PHONY : build-static test install-lint-deps lint go-test fmt fmtcheck verify-vendor verify
|
.PHONY : build-static test install-lint-deps lint go-test fmt fmtcheck verify-vendor verify
|
||||||
build-static:
|
build-static:
|
||||||
|
|
@ -26,10 +26,6 @@ build:
|
||||||
@$(GO) build -ldflags "-s -w -X github.com/cloudbase/garm/cmd/garm-cli/cmd.Version=${VERSION}" -tags osusergo,netgo,sqlite_omit_load_extension -o bin/garm-cli ./cmd/garm-cli
|
@$(GO) build -ldflags "-s -w -X github.com/cloudbase/garm/cmd/garm-cli/cmd.Version=${VERSION}" -tags osusergo,netgo,sqlite_omit_load_extension -o bin/garm-cli ./cmd/garm-cli
|
||||||
@echo Binaries are available in $(PWD)/bin
|
@echo Binaries are available in $(PWD)/bin
|
||||||
|
|
||||||
install:
|
|
||||||
@$(GO) install -tags osusergo,netgo,sqlite_omit_load_extension ./...
|
|
||||||
@echo Binaries available in ${GOPATH}
|
|
||||||
|
|
||||||
test: verify go-test
|
test: verify go-test
|
||||||
|
|
||||||
install-lint-deps:
|
install-lint-deps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue