aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-03-29 17:45:48 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-03-29 18:02:09 +0200
commitafacda046d4cce07cb80ba2cf43341c03131c683 (patch)
tree0c5a27ab1e15948ffff4516b4af086a93d2eabaa /Makefile
parent05b74399aa40c813b195d595aa3878ff42e61ab8 (diff)
downloadrneovim-afacda046d4cce07cb80ba2cf43341c03131c683.tar.gz
rneovim-afacda046d4cce07cb80ba2cf43341c03131c683.tar.bz2
rneovim-afacda046d4cce07cb80ba2cf43341c03131c683.zip
ci: Run check-single-includes in "lint" build only
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 47fb1e5edd..d2f6c11b19 100644
--- a/Makefile
+++ b/Makefile
@@ -132,9 +132,9 @@ clint:
-DLINT_SUPPRESS_URL="$(DOC_DOWNLOAD_URL_BASE)$(CLINT_ERRORS_FILE_PATH)" \
-P cmake/RunLint.cmake
-lint: clint testlint
-
check-single-includes: build/.ran-cmake
+$(BUILD_CMD) -C build check-single-includes
+lint: check-single-includes clint testlint
+
.PHONY: test testlint functionaltest unittest lint clint clean distclean nvim libnvim cmake deps install