latexandmore/Makefile

8 lines
135 B
Makefile
Raw Normal View History

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