aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/90-crypto/images/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'buch/chapters/90-crypto/images/Makefile')
-rw-r--r--buch/chapters/90-crypto/images/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/buch/chapters/90-crypto/images/Makefile b/buch/chapters/90-crypto/images/Makefile
index 7d2f375..f4bed14 100644
--- a/buch/chapters/90-crypto/images/Makefile
+++ b/buch/chapters/90-crypto/images/Makefile
@@ -4,7 +4,7 @@
# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#
all: dh.pdf elliptic.pdf schieberegister.pdf multiplikation.pdf sbox.pdf \
- shift.pdf
+ shift.pdf keys.pdf
dh.pdf: dh.tex
pdflatex dh.tex
@@ -24,3 +24,6 @@ sbox.pdf: sbox.tex
shift.pdf: shift.tex
pdflatex shift.tex
+keys.pdf: keys.tex
+ pdflatex keys.tex
+