mirror of
https://gitlab.cs.fau.de/ik15ydit/latexandmore.git
synced 2024-11-21 19:43:17 +01:00
8 lines
135 B
Makefile
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)
|