Skip to content

Commit 86735c0

Browse files
nikomatsakisbrson
authored andcommitted
make ctags targets phony
1 parent 314c011 commit 86735c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mk/ctags.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Requires Exuberant Ctags: http://ctags.sourceforge.net/index.html
44
######################################################################
55

6+
.PHONY: TAGS.emacs TAGS.vi
7+
68
CTAGS_OPTS=--options=${CFG_SRC_DIR}/src/etc/ctags.rust -R ${CFG_SRC_DIR}/src
79

810
TAGS.emacs:

0 commit comments

Comments
 (0)