update makefile

This commit is contained in:
aichy126 2023-02-02 11:06:32 +08:00
parent fce4ca7bd7
commit 26082bd23a
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ universal: generate
@rm -f ${BIN}_amd64 ${BIN}_arm64
generate:
# @$(GO) get github.com/google/wire/cmd/wire@v0.5.0
# @$(GO) get github.com/golang/mock/mockgen@v1.6.0
@$(GO) get github.com/google/wire/cmd/wire@v0.5.0
@$(GO) get github.com/golang/mock/mockgen@v1.6.0
@$(GO) install github.com/google/wire/cmd/wire@v0.5.0
@$(GO) install github.com/golang/mock/mockgen@v1.6.0
@$(GO) generate ./...