[IMP] Makefile: update build instructions following merge of 46c21826

This commit is contained in:
Antoine Vandevenne (anv) 2021-06-04 13:49:20 +02:00
parent 675f7bc899
commit 4c6947da4f

View File

@ -1,6 +1,6 @@
# Makefile for Sphinx documentation
# Pass WORKERS=auto for parallel build
# Pass WORKERS=1 for single-worker build
ifndef WORKERS
WORKERS = auto
endif