diff options
author | heqnx <root@heqnx.com> | 2025-06-03 23:24:18 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-06-03 23:24:18 +0300 |
commit | 548917cd8345bdd920d34a160dd8382e6601bb1c (patch) | |
tree | f929e51a41fc70def3d78bc0a2b81a584e56c0c0 /Makefile | |
parent | 929c868ea8f9d3d741b5a7ea551ade3b34a0c365 (diff) | |
download | ssh-bip39gen-548917cd8345bdd920d34a160dd8382e6601bb1c.tar.gz ssh-bip39gen-548917cd8345bdd920d34a160dd8382e6601bb1c.zip |
small updates, added author
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |