latex-packages/tests/exercises/Makefile

8 lines
96 B
Makefile
Raw Normal View History

2021-10-10 13:25:47 +02:00
SUBDIRS := $(wildcard */.)
all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
.PHONY: all $(SUBDIRS)