aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/90-crypto/images/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@othello.ch>2021-04-06 16:40:17 +0200
committerAndreas Müller <andreas.mueller@othello.ch>2021-04-06 16:40:17 +0200
commitc4446c32a0fd6e829959ca2bf84bbad211554a87 (patch)
treee19b644cafa85d894d581aca707a2fe02c581dea /buch/chapters/90-crypto/images/Makefile
parentnew drawings (diff)
downloadSeminarMatrizen-c4446c32a0fd6e829959ca2bf84bbad211554a87.tar.gz
SeminarMatrizen-c4446c32a0fd6e829959ca2bf84bbad211554a87.zip
add new stuff
Diffstat (limited to 'buch/chapters/90-crypto/images/Makefile')
-rw-r--r--buch/chapters/90-crypto/images/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/buch/chapters/90-crypto/images/Makefile b/buch/chapters/90-crypto/images/Makefile
index bbb960f..7d2f375 100644
--- a/buch/chapters/90-crypto/images/Makefile
+++ b/buch/chapters/90-crypto/images/Makefile
@@ -3,7 +3,8 @@
#
# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#
-all: dh.pdf elliptic.pdf schieberegister.pdf multiplikation.pdf
+all: dh.pdf elliptic.pdf schieberegister.pdf multiplikation.pdf sbox.pdf \
+ shift.pdf
dh.pdf: dh.tex
pdflatex dh.tex
@@ -17,3 +18,9 @@ schieberegister.pdf: schieberegister.tex
multiplikation.pdf: multiplikation.tex
pdflatex multiplikation.tex
+sbox.pdf: sbox.tex
+ pdflatex sbox.tex
+
+shift.pdf: shift.tex
+ pdflatex shift.tex
+