add lint target for make

This commit is contained in:
burnettk 2023-05-20 15:33:00 -04:00
parent 146bbae8ad
commit bafa70e82d
No known key found for this signature in database

View File

@ -12,6 +12,9 @@ BUILDDIR = _build
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
lint:
markdownlint **/*.md
.PHONY: help Makefile
# Catch-all target: route all unknown targets to Sphinx using the new