Skip to content

Commit

Permalink
fixing the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gravestench committed Jul 2, 2021
1 parent 270fa82 commit 5695562
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ setup:
@git submodule update --init --recursive
@$(GOCMD) get -v -t -d ./...
@$(GOCMD) mod download -x
@$(GOCMD) get golang.org/x/tools/cmd/stringer
@$(GOCMD) install golang.org/x/tools/cmd/stringer
@$(GOCMD) generate -v ./...

Expand Down

0 comments on commit 5695562

Please sign in to comment.