latexandmore/IDB/Makefile

8 lines
127 B
Makefile
Raw Normal View History

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