Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ clean-bins:
@rm -f ./bins/*

# Binary target
.PHONY: s2s-proxy
s2s-proxy: $(ALL_SRC)
@printf $(COLOR) "Build s2s-proxy with CGO_ENABLED=$(CGO_ENABLED) for $(GOOS)/$(GOARCH)...\n"
GOOS=$(GOOS) GOARCH=$(GOARCH) CGO_ENABLED=$(CGO_ENABLED) go build -ldflags "-X main.Version=$(VERSION)" -o ./bins/s2s-proxy ./cmd/proxy
Expand Down
Empty file removed s2s-proxy
Empty file.
1 change: 0 additions & 1 deletion s2s-proxy-metrics-refactor
Submodule s2s-proxy-metrics-refactor deleted from 01a8fb
Loading