m-thesis-documentation/figures/grand/Makefile

8 lines
125 B
Makefile
Raw Normal View History

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