vim/src/Make_all.mak
Bram Moolenaar 7714d7b31f patch 8.2.0630: "make tags" does not cover Haiku GUI file
Problem:    "make tags" does not cover Haiku GUI file.
Solution:   Add *.cc files.
2020-04-24 21:21:06 +02:00

16 lines
251 B
Makefile

#
# Common Makefile, defines the list of tests to run and other things.
#
# Argument for running ctags.
TAGS_FILES = \
*.c \
*.cc \
*.cpp \
*.h \
auto/*.c \
libvterm/src/*.c \
libvterm/src/*.h \
libvterm/include/*.h \
xdiff/*.c \
xdiff/*.h