1.0: ssh install that never replaces what it did not read, current dependencies, a real --version #28

Open
clawbot wants to merge 10 commits from next into main
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 63575ce827 - Show all commits
+1 -1
View File
@@ -17,7 +17,7 @@ setup:
@script/setup
build:
go build -trimpath -ldflags "$(LDFLAGS)" -o keyfunc .
go build -trimpath -ldflags "$(LDFLAGS)" -o keyfunc ./cmd/keyfunc
test:
@script/test
View File