aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 44431dc..2ade6e1 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \