Skip to content

Commit

Permalink
Update make install-tools to parse tools.go
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-congo committed Feb 9, 2024
1 parent 78e463b commit 44767d6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions go/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
install-dependencies:
go install github.com/DarkDrim/[email protected]
go install google.golang.org/protobuf/cmd/[email protected]
go install honnef.co/go/tools/cmd/[email protected]
install-tools:
@cat tools.go | grep _ | awk -F'"' '{print $$2}' | xargs -tI % go install %

build: build-glide-core build-glide-client generate-protobuf
go build ./...
Expand Down

0 comments on commit 44767d6

Please sign in to comment.