add lint target for make

This commit is contained in:
burnettk 2023-05-20 15:33:00 -04:00
parent 881d5a08ba
commit d137af65e5
1 changed files with 3 additions and 0 deletions

View File

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