From 6063ecb64921bfb247f4cb2fa7fc2f03ea94315b Mon Sep 17 00:00:00 2001 From: Peter Aronoff Date: Sat, 27 Sep 2025 14:56:23 -0400 Subject: [PATCH] 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` --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 39b07ee3c6..851b0a3203 100644 --- 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))