aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-29 14:45:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-29 14:45:33 +1200
commit1933e360a83a3fada24b378ca2dffe2818d224dd (patch)
tree0eaf939eabcfcf94a2d624eb9728a8b22e3ac9d2 /Makefile
parentAdd first attempt at Git template dir (diff)
downloaddotfiles-1933e360a83a3fada24b378ca2dffe2818d224dd.tar.gz
dotfiles-1933e360a83a3fada24b378ca2dffe2818d224dd.zip
Add check and lint targets for git template hooks
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3740970e..2057b3fd 100644
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,7 @@
check-bash \
check-bin \
check-games \
+ check-git-template-hooks \
check-ksh \
check-login-shell \
check-man \
@@ -76,6 +77,7 @@
lint-bash \
lint-bin \
lint-games \
+ lint-git-template-hooks \
lint-ksh \
lint-sh \
lint-urxvt \
@@ -666,6 +668,9 @@ check-bin: $(BINS)
check-games: $(GAMES)
sh check/games.sh
+check-git-template-hooks: $(GIT_TEMPLATE_HOOKS)
+ sh check/git-template-hooks.sh
+
check-man:
sh check/man.sh
@@ -705,6 +710,9 @@ lint-bin: check-bin
lint-games: check-games
sh lint/games.sh
+lint-git-template-hooks: check-git-template-hooks
+ sh lint/git-template-hooks.sh
+
lint-ksh: check-ksh
sh lint/ksh.sh