latexandmore/IDB/Makefile

8 lines
128 B
Makefile
Raw Normal View History

2017-03-29 14:44:20 +02:00
SUBDIRS := idb_skript_greeny klausur_ss16 klausur_ws1516
all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
.PHONY: all $(SUBDIRS)