LaTeX-proposal/examples/eu/Makefile

4 lines
103 B
Makefile

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