diff --git a/Makefile b/Makefile index c12f733..e756542 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: check fmt lint test clean install install-server install-client uninstall restart dev venv logs +.PHONY: check fmt lint test clean install-server install-client uninstall restart dev venv logs # Run all quality gates (format check, lint, tests) check: fmt lint test @@ -92,9 +92,6 @@ install-client: @echo "Add to your shell profile (~/.zshrc, ~/.bashrc, or ~/.extra):" @echo ' export AGENT_SESSION_ANALYTICS_URL="$(REMOTE_URL)"' -# Alias for install-server (backwards compatibility) -install: install-server - # Restart the service (server only, lightweight alternative to install-server) restart: @if [ "$$(uname)" = "Darwin" ]; then \