aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-05-06 17:15:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-05-06 23:54:41 +1200
commitabad35d0799e5d94d0d926dc5a65963f371a66a6 (patch)
tree49446d80f6a5505b6756c3c4b0ec942a97f1e677
parentFormat a comment (diff)
downloaddotfiles-abad35d0799e5d94d0d926dc5a65963f371a66a6.tar.gz
dotfiles-abad35d0799e5d94d0d926dc5a65963f371a66a6.zip
Add missing dependency to Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36973835..59261695 100644
--- a/Makefile
+++ b/Makefile
@@ -688,7 +688,7 @@ check: check-bin \
check-man \
check-sh
-check-bash:
+check-bash: bin/han
sh check/bash.sh
check-bin: $(BINS)