makefile: Make lint target depend on clint

This commit is contained in:
ZyX 2017-03-31 16:08:02 +03:00
parent 2bf9d36ccd
commit 1e87061294

View File

@ -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