Move entrypoint to cmd/keyfunc (closes #20) #23
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user