Figures: Simple Correlation figures

This commit is contained in:
Eric-Teunis de Boone 2023-06-23 19:16:37 +02:00
parent 4fa10f59c1
commit 821a2a340b
4 changed files with 266 additions and 0 deletions

11
figures/methods/Makefile Normal file
View file

@ -0,0 +1,11 @@
SUBDIRS := $(subst Makefile,,$(wildcard */Makefile))
.PHONY: all dist dist-clean $(SUBDIRS)
all: dist $(SUBDIRS)
dist: \
#
$(SUBDIRS):
@$(MAKE) -C $@