LaTeX-proposal/eu/examples/Makefile

4 lines
99 B
Makefile
Raw Normal View History

2014-02-15 12:01:14 +01:00
DIRS = strep fetopenstrep
all:
@for d in $(DIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@); done;