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

This commit is contained in:
Elara 2022-07-22 10:36:19 -07:00
parent bcf0d33531
commit 5cd395a41b
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