From fda3e7b2bed569b2ecadc9b4c3ffdfc6e34aaf48 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 4 Dec 2022 21:06:41 +0100 Subject: [PATCH] fix makefile (#132) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 438d544..cef66a4 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ build: build-dependencies -ldflags "-w -s -extldflags \"-static\"" \ cmd/hc/main.go -#< build: Build all executables for AMD64 +#< build-amd64: Build all executables for AMD64 .PHONY: build-amd64 build-amd64: build-dependencies CGO_ENABLED=1 $(GOCMD) build -o $(BUILDDIR)/wg-portal-amd64 \