m-thesis-documentation/figures/Makefile

8 lines
122 B
Makefile

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