view src/Make_all.mak @ 33729:9a846ba607bb

runtime(wget): Update for Wget2 2.1.0 (#13497) Commit: https://github.com/vim/vim/commit/d56f15caf602a061f5f9f0a3c6a4537ab2dc6acc Author: dkearns <dougkearns@gmail.com> Date: Thu Nov 9 06:53:20 2023 +1100 runtime(wget): Update for Wget2 2.1.0 (https://github.com/vim/vim/issues/13497) Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 08 Nov 2023 21:00:08 +0100
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