neovim

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

commit 374e869504edf4f3f15c06219a78a35365d9c8ae
parent 0d13945bbb0e184daa57d12c2c2e9ae624b90db5
Author: GX <59413576+gx089@users.noreply.github.com>
Date:   Mon, 23 Feb 2026 15:56:41 +0100

build: distclean: remove zig-related dirs #38013


Diffstat:
MMakefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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