Skip to content

Commit

Permalink
backend/Makefile: set GOBIN for codegen
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Batts <[email protected]>
  • Loading branch information
vbatts committed Mar 10, 2023
1 parent 14cd49c commit ea25bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ swagger-init: tools/swag

.PHONY: tools/codegen
tools/codegen:
go install github.com/deepmap/oapi-codegen/cmd/[email protected].2
env GOBIN=$(CURDIR)/tools/ go install github.com/deepmap/oapi-codegen/cmd/[email protected].4

.PHONY: codegen
codegen: tools/codegen
Expand Down

0 comments on commit ea25bc7

Please sign in to comment.