summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/make/Makefile.subdirs
blob: ccbf95cd3ba67d7c3789944ee88871bb5e2ed24c (plain)
1
2
3
4
5
6
all errlog::
	@for d in $(MAKEDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@) done

clean distclean::
	@for d in $(CLEANDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@) done