aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/clifford/images/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'buch/papers/clifford/images/Makefile')
-rw-r--r--buch/papers/clifford/images/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/buch/papers/clifford/images/Makefile b/buch/papers/clifford/images/Makefile
new file mode 100644
index 0000000..cc621fb
--- /dev/null
+++ b/buch/papers/clifford/images/Makefile
@@ -0,0 +1,13 @@
+#
+# Makefile
+#
+# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+#
+all: spiegelung.pdf
+
+spiegelung.pdf: spiegelung.tex punkte.tex
+ pdflatex spiegelung.tex
+
+punkte.tex: spiegelung.m
+ octave spiegelung.m
+