view src/Make_all.mak @ 26048:e8592947d90b v8.2.3558

patch 8.2.3558: Vim9: asserting the wrong variable Commit: https://github.com/vim/vim/commit/06ca48a40f049f20347c9630a180457d1f1aece5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 23 10:25:21 2021 +0100 patch 8.2.3558: Vim9: asserting the wrong variable Problem: Vim9: asserting the wrong variable. Solution: Don't use Foo, use Goo.
author Bram Moolenaar <Bram@vim.org>
date Sat, 23 Oct 2021 11:30:04 +0200
parents 1e76da634877
children
line wrap: on
line source

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