aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2024-05-11 17:56:58 +0200
committerSébastien Dailly <sebastien@dailly.me>2024-05-11 17:56:58 +0200
commit3b1107a34f2f2db787157f11ab68d7b468f603ec (patch)
tree8f6c58585be0ae3fe55daac6d13bea4c2690cc4c /Makefile
parentd97654d95b269eb9f6de8105e2eb01ca5566ae14 (diff)
Override model styles with local styles automaticalyHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \