view src/Make_all.mak @ 32033:5bf9832d3e00 v9.0.1348

patch 9.0.1348: Un-grammar files are not recognized Commit: https://github.com/vim/vim/commit/44e08c1cf83f5a50f8b21613551304a6651c1161 Author: Amaan Qureshi <amaanq12@gmail.com> Date: Thu Feb 23 20:31:08 2023 +0000 patch 9.0.1348: Un-grammar files are not recognized Problem: Un-grammar files are not recognized. Solution: Add patterns for Un-grammar files. (Amaan Qureshi, closes https://github.com/vim/vim/issues/12034)
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 Feb 2023 21:45:03 +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