SUBDIRS := idb_skript_greeny  klausur_ss16  klausur_ws1516
all: $(SUBDIRS)

$(SUBDIRS):
	$(MAKE) -C $@

.PHONY: all $(SUBDIRS)