aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a9f03e41..4340835e 100644
--- a/Makefile
+++ b/Makefile
@@ -657,6 +657,7 @@ install-zsh: check-zsh install-sh
cp -p -- zsh/zshrc.d/* $(HOME)/.zshrc.d
check: check-bin \
+ check-git-template-hooks \
check-login-shell \
check-man \
check-sh
@@ -697,6 +698,7 @@ check-zsh:
lint: lint-bash \
lint-bin \
lint-games \
+ lint-git-template-hooks \
lint-ksh \
lint-sh \
lint-urxvt \