Skip to content

Commit

Permalink
makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
seanvaleo committed Jan 4, 2024
1 parent 699ddc8 commit 042064d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ clean:
## deps: install dependencies
deps: $(GO_BINDATA) $(GOVVV) $(GOLANGCI_LINT) $(TRIVY)
$(GO_BINDATA):
$(GO) env
$(GO) version
$(GO) env 1>&2
$(GO) version 1>&2
$(GO) install github.com/go-bindata/go-bindata/...
$(GO) version
$(GO) version 1>&2
$(GOVVV):
$(GO) install github.com/ahmetb/govvv
$(GOLANGCI_LINT):
Expand Down

0 comments on commit 042064d

Please sign in to comment.