diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
