diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -134,4 +134,7 @@ clint: lint: clint testlint +check-single-includes: build/.ran-cmake + +$(BUILD_CMD) -C build check-single-includes + .PHONY: test testlint functionaltest unittest lint clint clean distclean nvim libnvim cmake deps install |