From fa68f4f317e0de851c2bfb8add26650fd6c9a33e Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Fri, 11 Oct 2024 19:21:03 -0700 Subject: [PATCH] undo makefile change --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index be5aa2c2..712f9dbf 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ build-future: FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9 build: - $(MAKE) build-deps + $(MAKE) -j 4 build-deps docker build -t stellar/quickstart:$(TAG) -f Dockerfile . \ --build-arg REVISION=$(REVISION) \ --build-arg PROTOCOL_VERSION_DEFAULT=$(PROTOCOL_VERSION_DEFAULT) \