aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 30183494..97fec6e5 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,7 @@
check-sh \
check-urxvt \
check-yash \
+ check-zsh \
lint \
lint-bash \
lint-bin \
@@ -388,7 +389,7 @@ install-yash : check-yash install-sh
install -pm 0644 -- yash/yashrc "$(HOME)"/.yashrc
install -pm 0644 -- yash/yashrc.d/* "$(HOME)"/.yashrc.d
-install-zsh : install-sh
+install-zsh : check-zsh install-sh
install -m 0755 -d -- "$(HOME)"/.zshrc.d
install -pm 0644 -- zsh/zprofile "$(HOME)"/.zprofile
install -pm 0644 -- zsh/zshrc "$(HOME)"/.zshrc
@@ -425,6 +426,9 @@ check-urxvt :
check-yash :
check/yash
+check-zsh :
+ check/zsh
+
lint : check \
lint-bash \
lint-bin \