aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-06-03 23:24:18 +0300
committerheqnx <root@heqnx.com>2025-06-03 23:24:18 +0300
commit548917cd8345bdd920d34a160dd8382e6601bb1c (patch)
treef929e51a41fc70def3d78bc0a2b81a584e56c0c0 /Makefile
parent929c868ea8f9d3d741b5a7ea551ade3b34a0c365 (diff)
downloadssh-bip39gen-548917cd8345bdd920d34a160dd8382e6601bb1c.tar.gz
ssh-bip39gen-548917cd8345bdd920d34a160dd8382e6601bb1c.zip
small updates, added author
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6fd82ca..89a1af4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
PROJECT_NAME := ssh-bip39gen
BUILD_DIR := build
-GOFLAGS := -ldflags "-s -w" -trimpath
+GOFLAGS := -ldflags "-s -w" -trimpath -buildvcs=false
GO_BUILD := go build $(GOFLAGS)
.PHONY: all clean linux windows darwin tidy
@@ -49,4 +49,4 @@ $(BUILD_DIR)/$(PROJECT_NAME)-darwin-arm64: tidy | $(BUILD_DIR)
GOOS=darwin GOARCH=arm64 $(GO_BUILD) -o $(BUILD_DIR)/$(PROJECT_NAME)-darwin-arm64
clean:
- rm -rf $(BUILD_DIR) \ No newline at end of file
+ rm -rf $(BUILD_DIR)