summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-25 02:40:24 -0500
committerJeff Carr <[email protected]>2025-09-25 02:40:24 -0500
commit89c9b46f8b06c882dbc60d2cdf4c19b50397acbc (patch)
tree1a7213fff73f0d9b7fcef82bc24be7348a66b745 /Makefile
parent8ab09243500576460a9e5b12cae0b997933d6577 (diff)
new argv bash completionv0.0.38v0.0.37v0.0.36v0.0.35v0.0.34
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1caa794..a4ab61b 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,10 @@ build: goimports vet
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
install: goimports vet
+ GO111MODULE=off go install \
+ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
+
+install-verbose: goimports vet
GO111MODULE=off go install -v -x \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"