Skip to content

Commit

Permalink
Merge pull request #5108 from nordlow/d-tags-support
Browse files Browse the repository at this point in the history
Include D sources in tags scanning
  • Loading branch information
yebblies committed Sep 22, 2015
2 parents a492f91 + cec6449 commit 73d7f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posix.mak
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
INSTALL_DIR=$(PWD)/../install
ECTAGS_LANGS = Make,C,C++,Sh
ECTAGS_FILES = src/*.[ch] src/backend/*.[ch] src/root/*.[ch] src/tk/*.[ch]
ECTAGS_LANGS = Make,C,C++,D,Sh
ECTAGS_FILES = src/*.[chd] src/backend/*.[chd] src/root/*.[chd] src/tk/*.[chd]

.PHONY: all clean test install auto-tester-build auto-tester-test

Expand Down

0 comments on commit 73d7f53

Please sign in to comment.