aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1025f08b61..3310219ea2 100644
--- a/Makefile
+++ b/Makefile
@@ -142,8 +142,9 @@ clean:
$(MAKE) -C src/nvim/testdir clean
$(MAKE) -C runtime/doc clean
-distclean: clean
+distclean:
rm -rf $(DEPS_BUILD_DIR) build
+ $(MAKE) clean
install: | nvim
+$(BUILD_CMD) -C build install