LaTeX-proposal/eu/examples/Makefile

4 lines
99 B
Makefile

DIRS = strep fetopenstrep
all:
@for d in $(DIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@); done;