aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/slides/7/images/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-04-10 21:13:29 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-04-10 21:13:29 +0200
commit7242d266e3e348e40209ac51e703a0acb6d78ca3 (patch)
treebf9c603d06b0ed1f8f9a304ec7f69213cf4db14b /vorlesungen/slides/7/images/Makefile
parentnew slides (diff)
downloadSeminarMatrizen-7242d266e3e348e40209ac51e703a0acb6d78ca3.tar.gz
SeminarMatrizen-7242d266e3e348e40209ac51e703a0acb6d78ca3.zip
add rodriguez image
Diffstat (limited to 'vorlesungen/slides/7/images/Makefile')
-rw-r--r--vorlesungen/slides/7/images/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/vorlesungen/slides/7/images/Makefile b/vorlesungen/slides/7/images/Makefile
new file mode 100644
index 0000000..1b9590d
--- /dev/null
+++ b/vorlesungen/slides/7/images/Makefile
@@ -0,0 +1,12 @@
+#
+# Makefile -- Illustrationen zu
+#
+# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+# 
+all: rodriguez.jpg
+
+rodriguez.png: rodriguez.pov
+ povray +A0.1 -W1920 -H1080 -Orodriguez.png rodriguez.pov
+
+rodriguez.jpg: rodriguez.png
+ convert -extract 1740x1070+135+10 rodriguez.png rodriguez.jpg