mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2025-05-14 20:09:15 +02:00
Update figures Makefile structure
This commit is contained in:
parent
02647699df
commit
faf07ef6fd
6 changed files with 49 additions and 14 deletions
7
figures/grand/Makefile
Normal file
7
figures/grand/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
SUBDIRS := $(subst Makefile,,$(wildcard */Makefile))
|
||||
|
||||
all: $(SUBDIRS)
|
||||
$(SUBDIRS):
|
||||
@$(MAKE) -C $(@D)
|
||||
|
||||
.PHONY: all $(SUBDIRS)
|
Loading…
Add table
Add a link
Reference in a new issue