view src/Make_all.mak @ 29425:722a50132db9 v9.0.0054

patch 9.0.0054: compiler warning for size_t to int conversion Commit: https://github.com/vim/vim/commit/c7bd2f08e531f08723cdc677212a3633d11c9a97 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 15 20:45:20 2022 +0100 patch 9.0.0054: compiler warning for size_t to int conversion Problem: Compiler warning for size_t to int conversion. Solution: Add type cast. (Mike Williams, closes https://github.com/vim/vim/issues/10741)
author Bram Moolenaar <Bram@vim.org>
date Fri, 15 Jul 2022 22:00:06 +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