diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-04-08 23:07:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-08 23:07:09 +0200 |
| commit | 339011f59c25937567f1e88d663c22dade5e217a (patch) | |
| tree | 0133253bb1f67b9bda4233259483eb182fa7eb3f | |
| parent | b6d5047d40a589806be5dd9e4a3b342d456539a8 (diff) | |
| download | rneovim-339011f59c25937567f1e88d663c22dade5e217a.tar.gz rneovim-339011f59c25937567f1e88d663c22dade5e217a.tar.bz2 rneovim-339011f59c25937567f1e88d663c22dade5e217a.zip | |
build: remove uninstall target
The `make uninstall` target can't be expected to find all files it
installs in many cases. It is therefore better to remove it rather than give
the impression to users that it is a robust.
| -rw-r--r-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |