Skip to content

Commit

Permalink
Scan C++ headers (.h) aswell when generating tags
Browse files Browse the repository at this point in the history
  • Loading branch information
nordlow committed Mar 10, 2014
1 parent e9cd546 commit a447f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posix.mak
Expand Up @@ -17,7 +17,7 @@ test:
# Creates Exuberant Ctags tags file
tags: posix.mak $(TAGS_FILES)
ctags --sort=yes --links=no --excmd=number --languages=$(ECTAGS_LANGS) \
--langmap='C++:.c' --extra=+f --file-scope=yes --fields=afikmsSt --totals=yes posix.mak $(TAGS_FILES)
--langmap='C++:+.c,C++:+.h' --extra=+f --file-scope=yes --fields=afikmsSt --totals=yes posix.mak $(TAGS_FILES)

install: all
$(MAKE) INSTALL_DIR=$(INSTALL_DIR) -C src -f posix.mak install
Expand Down

0 comments on commit a447f52

Please sign in to comment.