aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/90-crypto/images/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@othello.ch>2021-04-05 22:08:36 +0200
committerAndreas Müller <andreas.mueller@othello.ch>2021-04-05 22:08:36 +0200
commitc321e5bc7ce152b7509d6f55c0514590f770b22c (patch)
treeafcc17e7f56846f37138bc14d67d34e91d21cc66 /buch/chapters/90-crypto/images/Makefile
parentremove section on numerical eigenvalue methods (diff)
downloadSeminarMatrizen-c321e5bc7ce152b7509d6f55c0514590f770b22c.tar.gz
SeminarMatrizen-c321e5bc7ce152b7509d6f55c0514590f770b22c.zip
new drawings
Diffstat (limited to 'buch/chapters/90-crypto/images/Makefile')
-rw-r--r--buch/chapters/90-crypto/images/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/buch/chapters/90-crypto/images/Makefile b/buch/chapters/90-crypto/images/Makefile
index 9480163..bbb960f 100644
--- a/buch/chapters/90-crypto/images/Makefile
+++ b/buch/chapters/90-crypto/images/Makefile
@@ -3,7 +3,7 @@
#
# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#
-all: dh.pdf elliptic.pdf
+all: dh.pdf elliptic.pdf schieberegister.pdf multiplikation.pdf
dh.pdf: dh.tex
pdflatex dh.tex
@@ -11,3 +11,9 @@ dh.pdf: dh.tex
elliptic.pdf: elliptic.tex
pdflatex elliptic.tex
+schieberegister.pdf: schieberegister.tex
+ pdflatex schieberegister.tex
+
+multiplikation.pdf: multiplikation.tex
+ pdflatex multiplikation.tex
+