-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathMakefile
86 lines (65 loc) · 1.4 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
all:
pdflatex main.tex
pdflatex main.tex
clean:
rm -f *.aux *.loc *.log *.out *.pdf *.toc
algo2only:
pdflatex algo2only.tex
pdflatex algo2only.tex
assetpricingonly:
pdflatex assetpricingonly.tex
pdflatex assetpricingonly.tex
cgonly:
pdflatex cgonly.tex
pdflatex cgonly.tex
derivateonly:
pdflatex derivateonly.tex
pdflatex derivateonly.tex
ioeonly:
pdflatex ioeonly.tex
pdflatex ioeonly.tex
ioefragenonly:
pdflatex ioefragenonly.tex
pdflatex ioefragenonly.tex
mp2only:
pdflatex mp2only.tex
pdflatex mp2only.tex
netzsicherheitonly:
pdflatex netzsicherheitonly.tex
pdflatex netzsicherheitonly.tex
netzsicherheitfragenonly:
pdflatex netzsicherheitfragenonly.tex
pdflatex netzsicherheitfragenonly.tex
pmonly:
pdflatex pmonly.tex
pdflatex pmonly.tex
pponly:
pdflatex parallelrechnerparallelprogrammierungonly.tex
pdflatex parallelrechnerparallelprogrammierungonly.tex
propaonly:
pdflatex propaonly.tex
pdflatex propaonly.tex
rsonly:
pdflatex rsonly.tex
pdflatex rsonly.tex
sicherheitonly:
pdflatex sicherheitonly.tex
pdflatex sicherheitonly.tex
swt2only:
pdflatex swt2only.tex
pdflatex swt2only.tex
sdionly:
pdflatex sdionly.tex
pdflatex sdionly.tex
telematikonly:
pdflatex telematikonly.tex
pdflatex telematikonly.tex
vronly:
pdflatex vronly.tex
pdflatex vronly.tex
vsonly:
pdflatex vsonly.tex
pdflatex vsonly.tex
wasa2only:
pdflatex wasa2only.tex
pdflatex wasa2only.tex