m-thesis-documentation/figures/Makefile

8 lines
122 B
Makefile
Raw Normal View History

2022-08-24 16:25:20 +02:00
SUBDIRS := $(subst Makefile,,$(wildcard */Makefile))
all: $(SUBDIRS)
$(SUBDIRS):
@$(MAKE) -C $@
.PHONY: all $(SUBDIRS)