latex-packages/tests/DIR_MAKEFILE

8 lines
96 B
Plaintext
Raw Normal View History

2021-10-07 18:07:51 +02:00
SUBDIRS := $(wildcard */.)
all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
.PHONY: all $(SUBDIRS)