From f922b00351580f7a54f80b185c388931fdb843f2 Mon Sep 17 00:00:00 2001 From: Sevolith Date: Sat, 16 Nov 2024 08:39:00 -0500 Subject: [PATCH] debug --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c7ef9a5c45..12148c6b9f 100644 --- a/Makefile +++ b/Makefile @@ -127,6 +127,7 @@ macos-arm64: clean .downloaded_assets validate-go-version .PHONY: linux-amd64 linux-amd64: clean .downloaded_assets validate-go-version + @echo $(VERSION) GOOS=linux GOARCH=amd64 $(ENV) CGO_ENABLED=$(CGO_ENABLED) $(GO) build -mod=vendor -trimpath $(TAGS),server $(LDFLAGS) -o sliver-server$(ARTIFACT_SUFFIX) ./server GOOS=linux GOARCH=amd64 $(ENV) CGO_ENABLED=0 $(GO) build -mod=vendor -trimpath $(TAGS),client $(LDFLAGS) -o sliver-client$(ARTIFACT_SUFFIX) ./client