aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/kugel/images/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'buch/papers/kugel/images/Makefile')
-rw-r--r--buch/papers/kugel/images/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/buch/papers/kugel/images/Makefile b/buch/papers/kugel/images/Makefile
new file mode 100644
index 0000000..8efa228
--- /dev/null
+++ b/buch/papers/kugel/images/Makefile
@@ -0,0 +1,13 @@
+#
+# Makefile -- build images
+#
+# (c) 2022 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+#
+all: curvature.png
+
+curvature.inc: curvgraph.m
+ octave curvgraph.m
+
+curvature.png: curvature.pov curvature.inc
+ povray +A0.1 +W1920 +H1080 +Ocurvature.png curvature.pov
+