mirror of
https://github.com/neovim/neovim.git
synced 2025-12-19 04:28:27 +08:00
build(makefile): remove a phony target uninstall (#24349)
`uninstall` target was removed from makefile
This commit is contained in:
parent
2ecba65b4b
commit
fd9ac5aa8e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -173,4 +173,4 @@ $(DEPS_BUILD_DIR)/%: phony_force
|
|||
$(BUILD_TOOL) -C $(DEPS_BUILD_DIR) $(patsubst $(DEPS_BUILD_DIR)/%,%,$@)
|
||||
endif
|
||||
|
||||
.PHONY: test clean distclean nvim libnvim cmake deps install appimage checkprefix benchmark uninstall $(FORMAT) $(LINT) $(TEST)
|
||||
.PHONY: test clean distclean nvim libnvim cmake deps install appimage checkprefix benchmark $(FORMAT) $(LINT) $(TEST)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue