aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/110-elliptisch/images/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-10-16 10:09:16 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-10-16 10:09:16 +0200
commitbfd6e3d56f2e91f81b42c811fbff62abc153724d (patch)
tree4cb0a237e34c6a5373a7b6266249a1ba7ea5be18 /buch/chapters/110-elliptisch/images/Makefile
parentupdate reference (diff)
downloadSeminarSpezielleFunktionen-bfd6e3d56f2e91f81b42c811fbff62abc153724d.tar.gz
SeminarSpezielleFunktionen-bfd6e3d56f2e91f81b42c811fbff62abc153724d.zip
new files
Diffstat (limited to '')
-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