mirror of
https://gitlab.cs.fau.de/ik15ydit/latexandmore.git
synced 2024-11-21 19:43:17 +01:00
8 lines
127 B
Makefile
8 lines
127 B
Makefile
SUBDIRS := idb_skript_greeny klausur_ss16 klausur_ws1516
|
|
all: $(SUBDIRS)
|
|
|
|
$(SUBDIRS):
|
|
$(MAKE) -C $@
|
|
|
|
.PHONY: all $(SUBDIRS)
|