diff options
author | dundargoc <gocdundar@gmail.com> | 2023-10-26 22:30:00 +0200 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-11-04 18:32:47 +0100 |
commit | 5cefec7349610853910c21a0215f85a4d47132d1 (patch) | |
tree | c2970e83c0016870fe5ca853bb86837f24ecc7ab /Makefile | |
parent | ec66a95fbc9069a3122838dd3f904582b248691c (diff) | |
download | rneovim-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ |