LaTeX-proposal/examples/Makefile

6 lines
148 B
Makefile
Raw Normal View History

2017-12-04 10:00:14 +01:00
MAKEDIRS = eu dfg
# targets for repository maintenance
all clean distclean:
@for d in $(MAKEDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@) done