diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2024-05-11 17:56:58 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2024-05-11 17:56:58 +0200 |
commit | 3b1107a34f2f2db787157f11ab68d7b468f603ec (patch) | |
tree | 8f6c58585be0ae3fe55daac6d13bea4c2690cc4c /Makefile | |
parent | d97654d95b269eb9f6de8105e2eb01ca5566ae14 (diff) |
Override model styles with local styles automaticaly
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ SUBDIRS := $(wildcard model*/. example*/.) all: $(SUBDIRS) $(SUBDIRS): - $(MAKE) -C $@ + $(MAKE) -j -C $@ pngs: $(SUBDIRS) for dir in $(SUBDIRS); do \ |