view src/Make_all.mak @ 18303:86887d3fd6f7 v8.1.2146

patch 8.1.2146: build failure Commit: https://github.com/vim/vim/commit/1e7b52ad8a5e34b9e7a2d12a09765d76d446cd5a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 13 16:59:08 2019 +0200 patch 8.1.2146: build failure Problem: Build failure. Solution: Include omitted changed file.
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Oct 2019 17:00:03 +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