Remove GOFLAGS from Makefile as the go tool already looks at that variable

This commit is contained in:
Arsen6331 2022-07-22 10:36:19 -07:00
parent 958f2af516
commit 1f5a6365bc
1 changed files with 2 additions and 2 deletions

View File

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