aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2023-08-01 14:20:44 +0100
committerGitHub <noreply@github.com>2023-08-01 14:20:44 +0100
commit48d533272e57e91e4d14c93b26d4922957f40cd7 (patch)
tree9958147e5e1cbc0f880a9d240c4ee02e39614747 /Makefile
parente55e80d51ca5d85770981bffb9254badc3662e0c (diff)
downloadrneovim-48d533272e57e91e4d14c93b26d4922957f40cd7.tar.gz
rneovim-48d533272e57e91e4d14c93b26d4922957f40cd7.tar.bz2
rneovim-48d533272e57e91e4d14c93b26d4922957f40cd7.zip
feat(lua-types): types for vim.api.* (#24523)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 252509348b..1489a37c72 100644
--- a/Makefile
+++ b/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): | build/.ran-cmake
+generated-sources benchmark $(FORMAT) $(LINT) $(TEST) api-metadata: | build/.ran-cmake
$(CMAKE_PRG) --build build --target $@
test: $(TEST)