From e6bf84f2a94434abc89e58faa70cd20002a09c23 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 9 Apr 2018 17:36:05 -0400 Subject: [PATCH] Remove quickdev from Makefile --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index ff2f458477..9562ba4157 100644 --- a/Makefile +++ b/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