Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 3ca0d5e

Browse files
author
Amey Bhide
committed
Fix make dev
Accidentally, delete `go install` from `make build` target; while moving to go modules.
1 parent 4070ed3 commit 3ca0d5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ all: build lint test
99

1010
.PHONY: build
1111
build: vault.hcl
12+
go install ./...
1213

1314
vault.hcl: vault.hcl.in
1415
sed -e 's;@@GOBIN@@;$(GOBIN);g' < $< > $@

0 commit comments

Comments
 (0)