Skip to content

Commit

Permalink
make ctags targets phony
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis authored and brson committed Oct 18, 2011
1 parent 314c011 commit 86735c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mk/ctags.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# Requires Exuberant Ctags: http://ctags.sourceforge.net/index.html
######################################################################

.PHONY: TAGS.emacs TAGS.vi

CTAGS_OPTS=--options=${CFG_SRC_DIR}/src/etc/ctags.rust -R ${CFG_SRC_DIR}/src

TAGS.emacs:
Expand Down

0 comments on commit 86735c0

Please sign in to comment.