mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2025-05-15 12:29:11 +02:00
Figures: Simple Correlation figures
This commit is contained in:
parent
4fa10f59c1
commit
821a2a340b
4 changed files with 266 additions and 0 deletions
11
figures/methods/Makefile
Normal file
11
figures/methods/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
SUBDIRS := $(subst Makefile,,$(wildcard */Makefile))
|
||||
|
||||
.PHONY: all dist dist-clean $(SUBDIRS)
|
||||
|
||||
all: dist $(SUBDIRS)
|
||||
|
||||
dist: \
|
||||
#
|
||||
|
||||
$(SUBDIRS):
|
||||
@$(MAKE) -C $@
|
Loading…
Add table
Add a link
Reference in a new issue