mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
docs(generators): bake into cmake
This commit is contained in:
committed by
Lewis Russell
parent
21152f7905
commit
2234b84a1b
2
Makefile
2
Makefile
@ -131,7 +131,7 @@ functionaltest-lua: | nvim
|
||||
FORMAT=formatc formatlua format
|
||||
LINT=lintlua lintsh lintc clang-tidy lintcommit lint
|
||||
TEST=functionaltest unittest
|
||||
generated-sources benchmark $(FORMAT) $(LINT) $(TEST) api-metadata: | build/.ran-cmake
|
||||
generated-sources benchmark $(FORMAT) $(LINT) $(TEST) doc: | build/.ran-cmake
|
||||
$(CMAKE_PRG) --build build --target $@
|
||||
|
||||
test: $(TEST)
|
||||
|
Reference in New Issue
Block a user