blob: 591350f41348ced23f680569c1e46418332bb1c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# Common Makefile, defines the list of tests to run and other things.
#
# Argument for running ctags.
TAGS_FILES = \
*.c \
*.cpp \
*.h \
auto/*.c \
libvterm/src/*.c \
libvterm/src/*.h \
libvterm/include/*.h \
xdiff/*.c \
xdiff/*.h
|