1
0
mirror of https://gitlab.cs.fau.de/ik15ydit/latexandmore.git synced 2025-01-14 17:56:07 +01:00
2017-10-05 14:03:26 +02:00

8 lines
127 B
Makefile

SUBDIRS := idb_skript_greeny klausur_ss16 klausur_ws1516
all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
.PHONY: all $(SUBDIRS)