aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/010-potenzen/images/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'buch/chapters/010-potenzen/images/Makefile')
-rw-r--r--buch/chapters/010-potenzen/images/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/buch/chapters/010-potenzen/images/Makefile b/buch/chapters/010-potenzen/images/Makefile
index a4b4f0d..bd6b6c1 100644
--- a/buch/chapters/010-potenzen/images/Makefile
+++ b/buch/chapters/010-potenzen/images/Makefile
@@ -3,7 +3,14 @@
#
# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#
-all: wurzel.pdf
+all: wurzel.pdf lissajous.pdf lissajous-chebyshef.pdf
wurzel.pdf: wurzel.tex
pdflatex wurzel.tex
+
+lissajous.pdf: lissajous.tex lissajous.jpg
+ pdflatex lissajous.tex
+
+lissajous-chebyshef.pdf: lissajous-chebyshef.tex lissajous.jpg
+ pdflatex lissajous-chebyshef.tex
+