latex-packages/tests/wip/Makefile

8 lines
96 B
Makefile
Raw Normal View History

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