fix makefile (#132)

This commit is contained in:
Christoph Haas 2022-12-04 21:06:41 +01:00
parent dab1e13c54
commit fda3e7b2be

View File

@ -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 \