diff options
author | ZyX <kp-pav@yandex.ru> | 2017-03-31 16:08:02 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-03-31 16:08:02 +0300 |
commit | 1e8706129476248ed3597bac72afacdf5a77eaeb (patch) | |
tree | 4b4087fb26b01a39cc6220799d6454e6f3342551 | |
parent | 2bf9d36ccd59f12e3895c885e8cf17e620bf191b (diff) | |
download | rneovim-1e8706129476248ed3597bac72afacdf5a77eaeb.tar.gz rneovim-1e8706129476248ed3597bac72afacdf5a77eaeb.tar.bz2 rneovim-1e8706129476248ed3597bac72afacdf5a77eaeb.zip |
makefile: Make `lint` target depend on `clint`
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |