1
0
mirror of https://gitlab.cs.fau.de/ik15ydit/latexandmore.git synced 2025-01-20 04:00:36 +01:00

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)