From 1e8706129476248ed3597bac72afacdf5a77eaeb Mon Sep 17 00:00:00 2001 From: ZyX Date: Fri, 31 Mar 2017 16:08:02 +0300 Subject: [PATCH] makefile: Make `lint` target depend on `clint` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5e2bbb99d1..0c057f5656 100644 --- a/Makefile +++ b/Makefile @@ -135,6 +135,6 @@ clint-full: build/.ran-cmake check-single-includes: build/.ran-cmake +$(BUILD_CMD) -C build check-single-includes -lint: check-single-includes clint-full testlint +lint: check-single-includes clint testlint .PHONY: test testlint functionaltest unittest lint clint clean distclean nvim libnvim cmake deps install