mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-19 02:49:18 -05:00
Remove quickdev from Makefile
This commit is contained in:
parent
360819c571
commit
e6bf84f2a9
1 changed files with 1 additions and 4 deletions
5
Makefile
5
Makefile
|
|
@ -22,10 +22,7 @@ bin: prep
|
|||
@CGO_ENABLED=0 BUILD_TAGS='$(BUILD_TAGS) ui' sh -c "'$(CURDIR)/scripts/build.sh'"
|
||||
|
||||
# dev creates binaries for testing Vault locally. These are put
|
||||
# into ./bin/ as well as $GOPATH/bin, except for quickdev which
|
||||
# is only put into /bin/
|
||||
quickdev: prep
|
||||
@CGO_ENABLED=0 go build -i -tags='$(BUILD_TAGS)' -o bin/vault
|
||||
# into ./bin/ as well as $GOPATH/bin
|
||||
dev: prep
|
||||
@CGO_ENABLED=0 BUILD_TAGS='$(BUILD_TAGS)' VAULT_DEV_BUILD=1 sh -c "'$(CURDIR)/scripts/build.sh'"
|
||||
dev-ui: prep
|
||||
|
|
|
|||
Loading…
Reference in a new issue