LaTeX-proposal/examples/eu/Makefile

4 lines
103 B
Makefile
Raw Normal View History

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