Skip to content

Commit

Permalink
[chore] Add go-work Make target (#4199)
Browse files Browse the repository at this point in the history
Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
  • Loading branch information
3 people committed Jun 8, 2023
1 parent e7ff6a3 commit 4f48154
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ go-generate/%: | $(STRINGER)
vanity-import-fix: | $(PORTO)
@$(PORTO) --include-internal -w .

# Generate go.work file for local development.
.PHONY: go-work
go-work: | $(CROSSLINK)
$(CROSSLINK) work --root=$(shell pwd)

# Build

.PHONY: build
Expand Down

0 comments on commit 4f48154

Please sign in to comment.