Skip to content

Commit

Permalink
💄 remove unused parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
samizdatco committed Oct 19, 2023
1 parent 77ed4a3 commit 9691f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devTools/fonts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9691f36

Please sign in to comment.