view src/Make_all.mak @ 24903:99324f6b535a v8.2.2989

patch 8.2.2989: Vim9: memory leak when debugging a :def function Commit: https://github.com/vim/vim/commit/c2dec4cac4087af90dd4f64f4912a8e14a5fdd56 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 13 15:39:00 2021 +0200 patch 8.2.2989: Vim9: memory leak when debugging a :def function Problem: Vim9: memory leak when debugging a :def function. Solution: Free the debug instructions.
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Jun 2021 15: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