latexandmore/Makefile
2017-03-29 14:44:20 +02:00

8 lines
131 B
Makefile

SUBDIRS := AuD GTI IDB KonzMod MatheC1 MatheC4 RK ThProg
all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -j 10 -C $@
.PHONY: all $(SUBDIRS)