LaTeX-proposal/eu/examples/Makefile

4 lines
87 B
Makefile
Raw Normal View History

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