m-thesis-documentation/figures/methods/Makefile

12 lines
156 B
Makefile

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