xref: /vim-8.2.3635/src/Make_all.mak (revision 7714d7b3)
1#
2# Common Makefile, defines the list of tests to run and other things.
3#
4
5# Argument for running ctags.
6TAGS_FILES = \
7	*.c \
8	*.cc \
9	*.cpp \
10	*.h \
11	auto/*.c \
12	libvterm/src/*.c \
13	libvterm/src/*.h \
14	libvterm/include/*.h \
15	xdiff/*.c \
16	xdiff/*.h
17