view src/Make_all.mak @ 19807:13f34e46c269 v8.2.0460

patch 8.2.0460: build failure because of wrong feature name Commit: https://github.com/vim/vim/commit/bd5e622bfa12bd80a5ce9406704205400e3faa6a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 26 23:13:34 2020 +0100 patch 8.2.0460: build failure because of wrong feature name Problem: Build failure because of wrong feature name. Solution: Correct feature name.
author Bram Moolenaar <Bram@vim.org>
date Thu, 26 Mar 2020 23:15:03 +0100
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