mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
build(makefile): remove a phony target uninstall (#24349)
`uninstall` target was removed from makefile
This commit is contained in:
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)
|
||||
|
Reference in New Issue
Block a user