From d4248b562f34415713cc2b05e16c53bd0515a717 Mon Sep 17 00:00:00 2001 From: JohnnyB Date: Tue, 3 Mar 2020 13:16:45 +0000 Subject: [PATCH] =?UTF-8?q?Silly=20copy=20pasta=20tabs=20vs=20spaces...=20?= =?UTF-8?q?=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GNUmakefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 0e3f55611..9f43cc4a8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -124,12 +124,12 @@ pkg/windows_amd64/nomad: $(SOURCE_FILES) ## Build Nomad for windows/amd64 -o "$@.exe" pkg/linux_ppc64le/nomad: $(SOURCE_FILES) ## Build Nomad for linux/arm64 - @echo "==> Building $@ with tags $(GO_TAGS)..." - @CGO_ENABLED=1 GOOS=linux \ - go build \ - -ldflags $(GO_LDFLAGS) \ - -tags "$(GO_TAGS)" \ - -o "$@" + @echo "==> Building $@ with tags $(GO_TAGS)..." + @CGO_ENABLED=1 GOOS=linux \ + go build \ + -ldflags $(GO_LDFLAGS) \ + -tags "$(GO_TAGS)" \ + -o "$@" # Define package targets for each of the build targets we actually have on this system define makePackageTarget