Skip to content

Commit

Permalink
[chore] Add go-work Make target (open-telemetry#3962)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Yahn <[email protected]>
  • Loading branch information
pellared and MrAlias authored Jun 9, 2023
1 parent 5cc3715 commit c3c9427
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 @@ -90,6 +90,11 @@ go-generate/%: | $(STRINGER) $(GOTMPL)
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 c3c9427

Please sign in to comment.