latexandmore/Makefile

8 lines
131 B
Makefile
Raw Normal View History

2017-03-29 14:44:20 +02:00
SUBDIRS := AuD GTI IDB KonzMod MatheC1 MatheC4 RK ThProg
all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -j 10 -C $@
.PHONY: all $(SUBDIRS)