We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15167d commit d117f7fCopy full SHA for d117f7f
Makefile
@@ -77,6 +77,9 @@ bin/kagent-tools-windows-amd64.exe.sha256: bin/kagent-tools-windows-amd64.exe
77
78
.PHONY: build
79
build: $(LOCALBIN) tidy fmt lint bin/kagent-tools-linux-amd64.sha256 bin/kagent-tools-linux-arm64.sha256 bin/kagent-tools-darwin-amd64.sha256 bin/kagent-tools-darwin-arm64.sha256 bin/kagent-tools-windows-amd64.exe.sha256
80
+build:
81
+ @echo "Build complete. Binaries are available in the bin/ directory."
82
+ ls -lt bin/kagent-tools-*
83
84
TOOLS_IMAGE_NAME ?= tools
85
TOOLS_IMAGE_TAG ?= $(VERSION)
0 commit comments