diff --git a/Makefile b/Makefile index 659ffed954..5dcbf0e52f 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: +