Skip to content

Commit

Permalink
Merge pull request #67 from learner0810/fix-build-binaries
Browse files Browse the repository at this point in the history
fix build binaries
  • Loading branch information
elezar authored Feb 12, 2024
2 parents 60e31e1 + af22bce commit 6cf1f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ examples: $(EXAMPLE_TARGETS)
$(EXAMPLE_TARGETS): example-%:
GOOS=$(GOOS) go build ./examples/$(*)

all: check test build binary
all: check test build binaries
check: $(CHECK_TARGETS)

# Update the vendor folder
Expand Down

0 comments on commit 6cf1f41

Please sign in to comment.