aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/90-crypto/images/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@othello.ch>2021-04-07 19:59:03 +0200
committerAndreas Müller <andreas.mueller@othello.ch>2021-04-07 19:59:03 +0200
commit8c4ba3a03eb7d0169d7b7ec29fce05840518e1a7 (patch)
tree3f67f07dcd65624bce0b9399fd51e6b65bd82925 /buch/chapters/90-crypto/images/Makefile
parentadd new stuff (diff)
downloadSeminarMatrizen-8c4ba3a03eb7d0169d7b7ec29fce05840518e1a7.tar.gz
SeminarMatrizen-8c4ba3a03eb7d0169d7b7ec29fce05840518e1a7.zip
add missing files
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
+