1
0
mirror of https://gitlab.cs.fau.de/ik15ydit/latexandmore.git synced 2025-01-13 17:26:07 +01:00
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)