aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index b0b0a800f0..0237224aba 100644
--- a/Makefile
+++ b/Makefile
@@ -134,14 +134,6 @@ TEST=functionaltest unittest
generated-sources benchmark $(FORMAT) $(LINT) $(TEST): | build/.ran-cmake
$(CMAKE_PRG) --build build --target $@
-uninstall:
-ifneq (,$(wildcard build/install_manifest.txt))
- $(CMAKE_PRG) --build build --target $@
-else
- @echo Install manifest file not found. You need to build and install \
- neovim to generate the manifest file.
-endif
-
test: $(TEST)
iwyu: build/.ran-cmake