mirror of
https://github.com/vim/vim.git
synced 2025-11-09 10:37:17 -05:00
17 lines
251 B
Makefile
17 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
|