xref: /vim-8.2.3635/src/Make_all.mak (revision 94688b8a)
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	*.cpp \
9	*.h \
10	auto/*.c \
11	libvterm/src/*.c \
12	libvterm/src/*.h \
13	libvterm/include/*.h \
14	xdiff/*.c \
15	xdiff/*.h
16