From 3b1107a34f2f2db787157f11ab68d7b468f603ec Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sat, 11 May 2024 17:56:58 +0200 Subject: Override model styles with local styles automaticaly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f1523c7..c0fab78 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SUBDIRS := $(wildcard model*/. example*/.) all: $(SUBDIRS) $(SUBDIRS): - $(MAKE) -C $@ + $(MAKE) -j -C $@ pngs: $(SUBDIRS) for dir in $(SUBDIRS); do \ -- cgit v1.2.3