blob: 6a6d2fe14eda485156312fca60410f1cf1a6e3ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# 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
|