diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -75,7 +75,7 @@ $(if $(shell command -v pacman 2>/dev/null),sudo pacman -S --noconfirm $(1),\ $(error No supported package manager found (brew/apt-get/pacman))))) endef -.PHONY: help install uninstall list install-hooks uninstall-hooks \ +.PHONY: help install uninstall remove list install-hooks uninstall-hooks \ install-lang install-elisp install-python list-languages \ install-mcp diff lint doctor test deps @@ -290,6 +290,9 @@ uninstall: ## Remove global symlinks from ~/.claude/ @echo "" @echo "done" +remove: ## Interactively pick installed rulesets entries to remove (fzf) + @bash scripts/remove.sh + list: ## Show global install status @echo "Skills:" @for skill in $(SKILLS); do \ |
