Skip to content

Commit 9f95b78

Browse files
committed
build: rename executable output to authgate-cli
- Rename the executable output from cli to authgate-cli Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 2dbacb7 commit 9f95b78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GO ?= go
2-
EXECUTABLE := cli
2+
EXECUTABLE := authgate-cli
33
GOFILES := $(shell find . -type f -name "*.go")
44
TAGS ?=
55
TEMPL_VERSION ?= latest

0 commit comments

Comments
 (0)