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`
This commit is contained in:
Peter Aronoff
2025-09-27 14:56:23 -04:00
committed by GitHub
parent 69cae6259e
commit 6063ecb649

View File

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