view src/Make_all.mak @ 19703:f03357f16ffc v8.2.0408

patch 8.2.0408: delete() commented out for testing Commit: https://github.com/vim/vim/commit/22da5596d00222c889b548daa2df5a289583a5fb Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 19 14:52:20 2020 +0100 patch 8.2.0408: delete() commented out for testing Problem: Delete() commented out for testing. Solution: Undo commenting-out.
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Mar 2020 15:00: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