view src/Make_all.mak @ 17423:ae11ab022b02 v8.1.1710

patch 8.1.1710: Coverity found dead code commit https://github.com/vim/vim/commit/4a0a161a9bdc074498b85e1dd6bb2aab62a53aee Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 17 22:00:19 2019 +0200 patch 8.1.1710: Coverity found dead code Problem: Coverity found dead code. Solution: Remove merging of listener changes.
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Jul 2019 22:15:04 +0200
parents d94901eeb762
children 1e76da634877
line wrap: on
line source

#
# 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