Commit 895c1d2
Changed files (1)
Makefile
@@ -1,5 +1,4 @@
# Go MCP Servers Makefile
-
.PHONY: all build test clean install uninstall fmt vet lint help
# Variables
@@ -105,4 +104,4 @@ help: ## Show this help message
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf " \033[36m%-20s\033[0m %s\n", $$1, $$2}'
@echo ""
@echo "Individual servers:"
- @echo " git, filesystem, fetch, memory, sequential-thinking, time"
\ No newline at end of file
+ @echo " git, filesystem, fetch, memory, sequential-thinking, time"