aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/110-elliptisch/images/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'buch/chapters/110-elliptisch/images/Makefile')
-rw-r--r--buch/chapters/110-elliptisch/images/Makefile13
1 files changed, 12 insertions, 1 deletions
diff --git a/buch/chapters/110-elliptisch/images/Makefile b/buch/chapters/110-elliptisch/images/Makefile
index 327fed1..4912cca 100644
--- a/buch/chapters/110-elliptisch/images/Makefile
+++ b/buch/chapters/110-elliptisch/images/Makefile
@@ -3,7 +3,7 @@
#
# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#
-all: lemniskate.pdf ellipsenumfang.pdf
+all: lemniskate.pdf ellipsenumfang.pdf unvollstaendig.pdf
lemniskate.pdf: lemniskate.tex
pdflatex lemniskate.tex
@@ -14,3 +14,14 @@ ellipsenumfang.pdf: ellipsenumfang.tex ekplot.tex
ekplot.tex: ellipsenumfang.m
octave ellipsenumfang.m
+rechteck: rechteck.cpp
+ g++ -O -Wall -g rechteck.cpp -o rechteck
+
+test: rechteck
+ ./rechteck
+
+unvollstaendig.pdf: unvollstaendig.tex unvollpath.tex
+ pdflatex unvollstaendig.tex
+
+unvollpath.tex: unvollstaendig.m
+ octave unvollstaendig.m