aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/10-vektorenmatrizen/images/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'buch/chapters/10-vektorenmatrizen/images/Makefile')
-rw-r--r--buch/chapters/10-vektorenmatrizen/images/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/buch/chapters/10-vektorenmatrizen/images/Makefile b/buch/chapters/10-vektorenmatrizen/images/Makefile
new file mode 100644
index 0000000..779d571
--- /dev/null
+++ b/buch/chapters/10-vektorenmatrizen/images/Makefile
@@ -0,0 +1,12 @@
+#
+# Makefile -- build images
+#
+# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+#
+all: ideale.pdf gausszahlen.pdf
+
+ideale.pdf: ideale.tex
+ pdflatex ideale.tex
+
+gausszahlen.pdf: gausszahlen.tex
+ pdflatex gausszahlen.tex