neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 6063ecb64921bfb247f4cb2fa7fc2f03ea94315b
parent 69cae6259e91c12cbcf43401afb86c80fdb07f58
Author: Peter Aronoff <peter@aronoff.org>
Date:   Sat, 27 Sep 2025 14:56:23 -0400

build: remove reference to runtime/indent/Makefile (#35935)

`runtime/indent/Makefile` was removed in 2d8ed73, and now `make clean`
and `make distclean` fail since those jobs call `make -C runtime/indent
clean`

Remove call to `make -C runtime/indent clean`
Diffstat:
MMakefile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -162,7 +162,6 @@ ifneq ($(wildcard build),) $(CMAKE) --build build --target clean endif $(MAKE) -C test/old/testdir clean - $(MAKE) -C runtime/indent clean distclean: $(call rmdir, $(DEPS_BUILD_DIR))