Skip to content

Commit 069e050

Browse files
felixonmarshpjansson
authored andcommitted
Fix Makefile.am for zsh completion
`install-zsh-completion` was only added as a phony target, and running `make install-zsh-completion` does nothing. Fixes this by declaring the target properly.
1 parent ed2ad16 commit 069e050

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/completions/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ EXTRA_DIST = \
33
zsh-completion.zsh
44

55
.PHONY: install-zsh-completion
6+
install-zsh-completion:
67
install -Dm644 zsh-completion.zsh $(PREFIX)/zsh/site-functions/_chafa

0 commit comments

Comments
 (0)