aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2023-08-28 18:29:19 -0700
committerSteven Arcangeli <stevearc@stevearc.com>2023-08-28 18:33:02 -0700
commitf133da2f48dfb494cb1ed65c66a6908d86d1d801 (patch)
treeae157569b4a3143647d365e86172c730a2cdb3ea /Makefile
parentcddd536e087a9fd3d2c9ea5b0a44e46c7b4b54c2 (diff)
tools: add makefile 'all' target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85ff804..6854c01 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,6 @@
-.PHONY: doc test lint fastlint
+.PHONY: doc test lint fastlint all
+
+all: doc lint test
doc: scripts/nvim_doc_tools
python scripts/main.py generate