aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/clifford/images/Makefile
diff options
context:
space:
mode:
authorNunigan <37363304+Nunigan@users.noreply.github.com>2021-08-23 11:01:22 +0200
committerGitHub <noreply@github.com>2021-08-23 11:01:22 +0200
commit82a3f1c97dabda9725ba3292bb31ad6784abb22a (patch)
tree8c8cceb53490d0cff02cae1543fcc43661ef999b /buch/papers/clifford/images/Makefile
parentupdate (diff)
parenttypo (diff)
downloadSeminarMatrizen-82a3f1c97dabda9725ba3292bb31ad6784abb22a.tar.gz
SeminarMatrizen-82a3f1c97dabda9725ba3292bb31ad6784abb22a.zip
Merge branch 'AndreasFMueller:master' into master
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
+