aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/95-homologie/torus/Makefile
blob: 4eb13810deb5af49dc92e9d6e82a02f3d3f9cc03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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