Skip to content

Commit

Permalink
move build output to bin/
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kriss <krisss@vmware.com>
  • Loading branch information
skriss committed May 25, 2022
1 parent b12cd06 commit 05b5118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
**/.DS_Store
/envoy-gateway
bin/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: build
build:
@go build github.com/envoyproxy/gateway/cmd/envoy-gateway
@go build -o ./bin/ github.com/envoyproxy/gateway/cmd/envoy-gateway

.PHONY: test
test:
Expand Down

0 comments on commit 05b5118

Please sign in to comment.