From 1f5a6365bc4a42a8d61132989d3ffd05be7a5a8c Mon Sep 17 00:00:00 2001 From: Arsen6331 Date: Fri, 22 Jul 2022 10:36:19 -0700 Subject: [PATCH] Remove GOFLAGS from Makefile as the go tool already looks at that variable --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 70271e1..9f3be57 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ SERVICE_PREFIX = $(DESTDIR)$(PREFIX)/lib/systemd/user CFG_PREFIX = $(DESTDIR)/etc all: version.txt - go build $(GOFLAGS) - go build ./cmd/itctl $(GOFLAGS) + go build + go build ./cmd/itctl clean: rm -f itctl