1
0
mirror of https://gitlab.cs.fau.de/ik15ydit/latexandmore.git synced 2025-01-13 17:26:07 +01:00
2018-02-17 16:54:39 +01:00

8 lines
135 B
Makefile

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