From c98c5b22a9b95b468f61c61c45b9e34dcd45fdd3 Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Wed, 21 Feb 2024 11:10:52 -0700 Subject: [PATCH] add missing wait in makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index aa8e86ab..5f29b69e 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,7 @@ build_all: \ $(foreach image, $(CRUBY_IMAGES), build_${image}) \ .WAIT \ $(foreach image, $(MISC_IMAGES), build_${image}) \ + .WAIT \ $(foreach image, $(PYTHON_IMAGES), build_${image}) \ build_full