Skip to content

Commit

Permalink
Include D sources in tags scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
nordlow committed Sep 22, 2015
1 parent a492f91 commit cec6449
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 cec6449

Please sign in to comment.