aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/90-crypto/images/Makefile
blob: 948016360be41f510e879e44b5e8a21274968bf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Makefile -- build images for crypto chapter
#
# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#
all:	dh.pdf elliptic.pdf

dh.pdf:	dh.tex
	pdflatex dh.tex

elliptic.pdf:	elliptic.tex
	pdflatex elliptic.tex