mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
fix: names of ctag Make target deps (#407)
This commit is contained in:
parent
1d9e05fb1e
commit
9987d5c781
2
Makefile
2
Makefile
|
|
@ -19,7 +19,7 @@ doc/container: container
|
||||||
./scripts/docker-run.sh --docs --debug
|
./scripts/docker-run.sh --docs --debug
|
||||||
|
|
||||||
# Run ctags to generate Emacs and Vim's format tag file.
|
# Run ctags to generate Emacs and Vim's format tag file.
|
||||||
tags: tags-emacs tags-vim
|
tags: tags/emacs tags/vim
|
||||||
|
|
||||||
tags/emacs: ## Build Emacs-style ctags file
|
tags/emacs: ## Build Emacs-style ctags file
|
||||||
@if type ctags >/dev/null 2>&1; then \
|
@if type ctags >/dev/null 2>&1; then \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue