view src/Make_all.mak @ 21965:ddfb5f5b2ce5 v8.2.1532

patch 8.2.1532: compiler warning for conversion of size_t to long Commit: https://github.com/vim/vim/commit/2566054a7f406a6c9a082e7fd5f1597164668ca9 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 28 16:38:11 2020 +0200 patch 8.2.1532: compiler warning for conversion of size_t to long Problem: Compiler warning for conversion of size_t to long. Solution: Add type cast.
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 Aug 2020 16:45:03 +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