From 9691f3615ea30d4c9296d4d50cec6d94bd7001ae Mon Sep 17 00:00:00 2001 From: Christian Swinehart Date: Thu, 19 Oct 2023 17:48:29 -0400 Subject: [PATCH] :lipstick: remove unused parallelism --- devTools/fonts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devTools/fonts/Makefile b/devTools/fonts/Makefile index 04d54829788..0e061e3831a 100644 --- a/devTools/fonts/Makefile +++ b/devTools/fonts/Makefile @@ -65,7 +65,7 @@ $(EMBEDS): $(VENV) $(FONTS) all: $(VENV) $(LATO) $(PLAYFAIR) rm -f $(FACES) $(EMBEDS) $(MAKE) -j8 $(FACES) - $(MAKE) -j8 $(EMBEDS) + $(MAKE) $(EMBEDS) @for font in $(LATO)/*.woff2 $(PLAYFAIR)/*.woff2; do \ diff -q "$$font" $(FONTS_DIR)/`basename "$$font"` || true; \ done