defualt build is quiet

This commit is contained in:
Jeff Carr 2024-11-16 04:58:45 -06:00
parent 0a38ebfd47
commit 7fc97cd1e9
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ build:
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
verbose: verbose:
GO111MODULE=off go build -v -x \ GO111MODULE=off go build -v -x -work \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
install: install: