improved tool debugging
This commit is contained in:
@@ -9,10 +9,14 @@ MCP_SRC = ./cmd/sidekick-mcp
|
||||
TUI_BIN = $(BIN_DIR)/sidekick-tui
|
||||
MCP_BIN = $(BIN_DIR)/sidekick-mcp
|
||||
|
||||
.PHONY: all build test clean install uninstall
|
||||
.PHONY: all build test clean install uninstall fmt
|
||||
|
||||
all: build
|
||||
|
||||
fmt:
|
||||
@./fmt.sh
|
||||
@echo "Formatting complete according to AGENTS.md guidelines (gofmt + 2-space expansion + 112-char check)."
|
||||
|
||||
build:
|
||||
@mkdir -p $(BIN_DIR)
|
||||
go build -o $(TUI_BIN) $(TUI_SRC)
|
||||
|
||||
Reference in New Issue
Block a user