mirror of https://gitee.com/answerdev/answer.git
update makefile
This commit is contained in:
parent
db3adcded8
commit
cef06e21c9
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ universal: generate
|
|||
generate:
|
||||
# @$(GO) get github.com/google/wire/cmd/wire@v0.5.0
|
||||
# @$(GO) get github.com/golang/mock/mockgen@v1.6.0
|
||||
@$(GO) isntall github.com/google/wire/cmd/wire@v0.5.0
|
||||
@$(GO) install github.com/google/wire/cmd/wire@v0.5.0
|
||||
@$(GO) install github.com/golang/mock/mockgen@v1.6.0
|
||||
@$(GO) generate ./...
|
||||
@$(GO) mod tidy
|
||||
|
|
Loading…
Reference in New Issue