diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -98,4 +98,10 @@ distclean: clean install: | nvim +$(BUILD_CMD) -C build install -.PHONY: test functionaltest unittest clean distclean nvim libnvim cmake deps install +lint: + cmake -DLINT_PRG=./clint.py \ + -DLINT_DIR=src \ + -DLINT_IGNORE_FILE=clint-ignored-files.txt \ + -P cmake/RunLint.cmake + +.PHONY: test functionaltest unittest lint clean distclean nvim libnvim cmake deps install |