aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/040-rekursion/images/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2022-06-18 21:41:57 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2022-06-18 21:41:57 +0200
commit3a95957a38a1cc8bcd865459a75cda87a2a8b56c (patch)
treef1512867a5752505c4421481cb3dadd80f2a9c58 /buch/chapters/040-rekursion/images/Makefile
parentadd new graphs (diff)
downloadSeminarSpezielleFunktionen-3a95957a38a1cc8bcd865459a75cda87a2a8b56c.tar.gz
SeminarSpezielleFunktionen-3a95957a38a1cc8bcd865459a75cda87a2a8b56c.zip
add new image, stuff about hypergeometrich series
Diffstat (limited to 'buch/chapters/040-rekursion/images/Makefile')
-rw-r--r--buch/chapters/040-rekursion/images/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/buch/chapters/040-rekursion/images/Makefile b/buch/chapters/040-rekursion/images/Makefile
index a1884f4..54ed23b 100644
--- a/buch/chapters/040-rekursion/images/Makefile
+++ b/buch/chapters/040-rekursion/images/Makefile
@@ -3,7 +3,8 @@
#
# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#
-all: gammaplot.pdf fibonacci.pdf order.pdf beta.pdf loggammaplot.pdf
+all: gammaplot.pdf fibonacci.pdf order.pdf beta.pdf loggammaplot.pdf \
+ 0f1.pdf
gammaplot.pdf: gammaplot.tex gammapaths.tex
pdflatex gammaplot.tex
@@ -34,3 +35,12 @@ loggammaplot.pdf: loggammaplot.tex loggammadata.tex
loggammadata.tex: loggammaplot.m
octave loggammaplot.m
+
+0f1: 0f1.cpp
+ g++ -O -Wall -g -o 0f1 0f1.cpp
+
+0f1data.tex: 0f1
+ ./0f1
+
+0f1.pdf: 0f1.tex 0f1data.tex
+ pdflatex 0f1.tex