build(makefile): explicit DEFAULT_GOAL

This commit is contained in:
Nicholas Nadeau
2022-09-26 10:47:18 -04:00
parent c13b9e89b6
commit ea3b48afeb
+2 -1
View File
@@ -1,12 +1,13 @@
# Minimal makefile for Sphinx documentation
.DEFAULT_GOAL := help
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SOURCEDIR = .
BUILDDIR = _build
# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)