summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Aronoff <peter@aronoff.org>2025-09-27 14:56:23 -0400
committerGitHub <noreply@github.com>2025-09-28 02:56:23 +0800
commit6063ecb64921bfb247f4cb2fa7fc2f03ea94315b (patch)
treed1c3ff298ff15d33a72e3a0b040a345aa0d3f05d /Makefile
parent69cae6259e91c12cbcf43401afb86c80fdb07f58 (diff)
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 (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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))