aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-10-26 22:30:00 +0200
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-11-04 18:32:47 +0100
commit5cefec7349610853910c21a0215f85a4d47132d1 (patch)
treec2970e83c0016870fe5ca853bb86837f24ecc7ab /Makefile
parentec66a95fbc9069a3122838dd3f904582b248691c (diff)
downloadrneovim-5cefec7349610853910c21a0215f85a4d47132d1.tar.gz
rneovim-5cefec7349610853910c21a0215f85a4d47132d1.tar.bz2
rneovim-5cefec7349610853910c21a0215f85a4d47132d1.zip
build: various cmake fixes
- silence false warnings on MSVC - merge `clang-tidy` cmake target into `lintc` and remove the corresponding make target - use cmake's built-in endianness detection
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3193b26b96..4b130476f1 100644
--- a/Makefile
+++ b/Makefile
@@ -129,7 +129,7 @@ functionaltest-lua: | nvim
$(BUILD_TOOL) -C build functionaltest
FORMAT=formatc formatlua format
-LINT=lintlua lintsh lintc clang-tidy clang-analyzer lintcommit lint
+LINT=lintlua lintsh lintc clang-analyzer lintcommit lint
TEST=functionaltest unittest
generated-sources benchmark $(FORMAT) $(LINT) $(TEST) doc: | build/.ran-cmake
$(CMAKE_PRG) --build build --target $@