diff options
author | Lewis Russell <lewis6991@gmail.com> | 2023-08-17 11:14:58 +0100 |
---|---|---|
committer | Lewis Russell <me@lewisr.dev> | 2023-08-23 12:16:04 +0100 |
commit | 2234b84a1b85832667ad4a23fd5dee0bd1c92b72 (patch) | |
tree | 3160214ddb7873708fd8508ed5345edd0b5abd7e /Makefile | |
parent | 21152f7905b5e2f472b1a745109f6316a7e5994d (diff) | |
download | rneovim-2234b84a1b85832667ad4a23fd5dee0bd1c92b72.tar.gz rneovim-2234b84a1b85832667ad4a23fd5dee0bd1c92b72.tar.bz2 rneovim-2234b84a1b85832667ad4a23fd5dee0bd1c92b72.zip |
docs(generators): bake into cmake
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |