aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 264ae8a470..f5b9459b0c 100644
--- a/Makefile
+++ b/Makefile
@@ -158,6 +158,7 @@ clean:
+test -d build && $(BUILD_CMD) -C build clean || true
$(MAKE) -C src/nvim/testdir clean
$(MAKE) -C runtime/doc clean
+ $(MAKE) -C runtime/indent clean
distclean:
rm -rf $(DEPS_BUILD_DIR) build