Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit c14e6b85 authored by Robert Nelson's avatar Robert Nelson
Browse files

ci: Makefile: add -j auto, should introduce parallel build

parent 8cb42666
Branches
Tags
No related merge requests found
......@@ -17,4 +17,4 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@$(SPHINXBUILD) -j auto -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment