diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-09-26 17:13:18 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-09-26 17:13:18 +0200 |
commit | 646611e1e373db98d7aa7e1281f70be30a6e80d6 (patch) | |
tree | e726fc1e1acc68dbc666db988e49aabd42526675 /buch/chapters/95-homologie/torus/Makefile | |
parent | 2. Lesung (diff) | |
download | SeminarMatrizen-646611e1e373db98d7aa7e1281f70be30a6e80d6.tar.gz SeminarMatrizen-646611e1e373db98d7aa7e1281f70be30a6e80d6.zip |
add torus image
Diffstat (limited to 'buch/chapters/95-homologie/torus/Makefile')
-rw-r--r-- | buch/chapters/95-homologie/torus/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/buch/chapters/95-homologie/torus/Makefile b/buch/chapters/95-homologie/torus/Makefile new file mode 100644 index 0000000..4eb1381 --- /dev/null +++ b/buch/chapters/95-homologie/torus/Makefile @@ -0,0 +1,15 @@ +# +# Makefile -- torus homology +# +# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# +all: torus.jpg + +torus.inc: torus.m + octave torus.m + +torus.png: torus.pov torus.inc + povray +A0.1 -W1920 -H1080 -Otorus.png torus.pov + +torus.jpg: torus.png Makefile + convert -extract 1624x970+150+78 torus.png torus.jpg |