diff --git a/Makefile b/Makefile index 40b6e839302b..fdab28e7cf72 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ bin: prep @CGO_ENABLED=$(CGO_ENABLED) BUILD_TAGS='$(BUILD_TAGS) ui' sh -c "'$(CURDIR)/scripts/build.sh'" testonly: - $(eval BUILD_TAGS += testonly) + $(eval BUILD_TAGS += testonly) # dev creates binaries for testing Vault locally. These are put # into ./bin/ as well as $GOPATH/bin