Skip to content

Commit

Permalink
fix: names of ctag Make target deps (zdharma-continuum#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
psprint committed Nov 1, 2022
1 parent 1d9e05f commit 9987d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -19,7 +19,7 @@ doc/container: container
./scripts/docker-run.sh --docs --debug

# 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
@if type ctags >/dev/null 2>&1; then \
Expand Down

0 comments on commit 9987d5c

Please sign in to comment.