summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 659ffed95..5dcbf0e52 100644
--- a/Makefile
+++ b/Makefile
@@ -1112,3 +1112,6 @@ check-alembic: makeopts
FORCE:
+# This only stops targets within the root Makefile from building in parallel.
+.NOTPARALLEL:
+