aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-29 19:41:14 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-29 19:41:14 +1200
commite88f5662fada840951d3e67ceb655ccd5fca6620 (patch)
tree1835ed385f50068c705e13f8af88b9fdda4733f8 /Makefile
parentMerge branch 'release/v5.9.0' into develop (diff)
downloaddotfiles-e88f5662fada840951d3e67ceb655ccd5fca6620.tar.gz
dotfiles-e88f5662fada840951d3e67ceb655ccd5fca6620.zip
Add check/lint for git-template-hooks to target
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 \