view src/Make_all.mak @ 20150:1e76da634877 v8.2.0630

patch 8.2.0630: "make tags" does not cover Haiku GUI file Commit: https://github.com/vim/vim/commit/7714d7b31f0fc7c717c97abd4a8b5cbb13a3ad31 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 24 21:21:06 2020 +0200 patch 8.2.0630: "make tags" does not cover Haiku GUI file Problem: "make tags" does not cover Haiku GUI file. Solution: Add *.cc files.
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Apr 2020 21:30:03 +0200
parents d94901eeb762
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