build(makefile): explicit DEFAULT_GOAL
This commit is contained in:
+2
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user