Move entrypoint to cmd/keyfunc (closes #20) #23

Merged
clawbot merged 1 commits from issue-20-cmd-keyfunc into next 2026-09-21 09:25:39 +02:00
2 changed files with 1 additions and 1 deletions
+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