aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ff155d..450dc1a 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ HOOKS := $(wildcard hooks/*.sh hooks/*.py)
# them manually if they want the behavior. Add new opt-ins to this list.
OPTIN_HOOKS := hooks/destructive-bash-confirm.py
DEFAULT_HOOKS := $(filter-out $(OPTIN_HOOKS),$(HOOKS))
-CLAUDE_CONFIG := $(wildcard .claude/*.json) $(wildcard .claude/.*.json)
+CLAUDE_CONFIG := $(wildcard .claude/*.json) $(wildcard .claude/.*.json) $(wildcard .claude/*.sh)
LANGUAGES := $(notdir $(wildcard languages/*))
TEAMS := $(notdir $(wildcard teams/*))
PDFTOOLS_VENV ?= $(HOME)/.local/venvs/pdftools