mirror of
https://gitlab.cs.fau.de/ik15ydit/latexandmore.git
synced 2024-11-24 12:39:32 +01:00
added more makefiles
This commit is contained in:
parent
e6ffe7ca2e
commit
43376c7e1d
0
AuD/Makefile
Normal file → Executable file
0
AuD/Makefile
Normal file → Executable file
7
IDB/Makefile
Normal file
7
IDB/Makefile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
SUBDIRS := idb_skript_greeny klausur_ss16 klausur_ws1516
|
||||||
|
all: $(SUBDIRS)
|
||||||
|
|
||||||
|
$(SUBDIRS):
|
||||||
|
$(MAKE) -C $@
|
||||||
|
|
||||||
|
.PHONY: all $(SUBDIRS)
|
Loading…
Reference in New Issue
Block a user