mirror of
https://github.com/vim/vim
synced 2025-03-16 06:47:52 +01:00
16 lines
251 B
Makefile
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
|