From 374e869504edf4f3f15c06219a78a35365d9c8ae Mon Sep 17 00:00:00 2001 From: GX <59413576+gx089@users.noreply.github.com> Date: Mon, 23 Feb 2026 15:56:41 +0100 Subject: [PATCH] build: distclean: remove zig-related dirs #38013 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 4ceec61ee8..3971bdd0fa 100644 --- a/Makefile +++ b/Makefile @@ -175,6 +175,8 @@ endif distclean: $(call rmdir, $(DEPS_BUILD_DIR)) $(call rmdir, build) + $(call rmdir, .zig-cache) + $(call rmdir, zig-out) $(MAKE) clean install: checkprefix nvim