m-thesis-documentation/figures/methods/Makefile

12 lines
156 B
Makefile
Raw Normal View History

2023-06-23 19:16:37 +02:00
SUBDIRS := $(subst Makefile,,$(wildcard */Makefile))
.PHONY: all dist dist-clean $(SUBDIRS)
all: dist $(SUBDIRS)
dist: \
#
$(SUBDIRS):
@$(MAKE) -C $@