Update figures Makefile structure

This commit is contained in:
Eric-Teunis de Boone 2022-08-24 16:25:20 +02:00
parent 02647699df
commit faf07ef6fd
6 changed files with 49 additions and 14 deletions

7
figures/grand/Makefile Normal file
View file

@ -0,0 +1,7 @@
SUBDIRS := $(subst Makefile,,$(wildcard */Makefile))
all: $(SUBDIRS)
$(SUBDIRS):
@$(MAKE) -C $(@D)
.PHONY: all $(SUBDIRS)