view src/Make_all.mak @ 20235:ee5c653b946f v8.2.0673

patch 8.2.0673: cannot build Haiku in shadow directory Commit: https://github.com/vim/vim/commit/4cfde1d273ec5fca68a983805af48ea37d3d94e5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 1 14:14:07 2020 +0200 patch 8.2.0673: cannot build Haiku in shadow directory Problem: Cannot build Haiku in shadow directory. Solution: Add symlink. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/6023)
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 May 2020 14:15:05 +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