mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
build: remove reference to runtime/indent/Makefile (#35935)
`runtime/indent/Makefile` was removed in 2d8ed73
, and now `make clean`
and `make distclean` fail since those jobs call `make -C runtime/indent
clean`
Remove call to `make -C runtime/indent clean`
This commit is contained in:
1
Makefile
1
Makefile
@@ -162,7 +162,6 @@ ifneq ($(wildcard build),)
|
|||||||
$(CMAKE) --build build --target clean
|
$(CMAKE) --build build --target clean
|
||||||
endif
|
endif
|
||||||
$(MAKE) -C test/old/testdir clean
|
$(MAKE) -C test/old/testdir clean
|
||||||
$(MAKE) -C runtime/indent clean
|
|
||||||
|
|
||||||
distclean:
|
distclean:
|
||||||
$(call rmdir, $(DEPS_BUILD_DIR))
|
$(call rmdir, $(DEPS_BUILD_DIR))
|
||||||
|
Reference in New Issue
Block a user