view src/Make_all.mak @ 35058:f8185637a051 draft default tip

runtime(jq): include syntax, ftplugin and compiler plugin Commit: https://github.com/vim/vim/commit/79952b9c6774d30f248a0ecf9ea84318be947fc4 Author: Vito <vito.blog@gmail.com> Date: Fri Apr 26 22:36:20 2024 +0200 runtime(jq): include syntax, ftplugin and compiler plugin closes: https://github.com/vim/vim/issues/14619 Signed-off-by: Vito <vito.blog@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Fri, 26 Apr 2024 22:45:02 +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