aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/040-rekursion/images/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-10-27 08:51:17 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-10-27 08:51:17 +0200
commit5bd294f334dc1d99e3db29996482f0f2cd1c8b49 (patch)
treefa385d93afa15ca747c66d14891d31c8acd50606 /buch/chapters/040-rekursion/images/Makefile
parentjacobiplots hinzugefügt (diff)
downloadSeminarSpezielleFunktionen-5bd294f334dc1d99e3db29996482f0f2cd1c8b49.tar.gz
SeminarSpezielleFunktionen-5bd294f334dc1d99e3db29996482f0f2cd1c8b49.zip
add gamma function section
Diffstat (limited to '')
-rw-r--r--buch/chapters/040-rekursion/images/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/buch/chapters/040-rekursion/images/Makefile b/buch/chapters/040-rekursion/images/Makefile
new file mode 100644
index 0000000..58f79b8
--- /dev/null
+++ b/buch/chapters/040-rekursion/images/Makefile
@@ -0,0 +1,12 @@
+#
+# Makefile
+#
+# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+#
+all: gammaplot.pdf
+
+gammaplot.pdf: gammaplot.tex gammapaths.tex
+ pdflatex gammaplot.tex
+
+gammapaths.tex: gammaplot.m
+ octave gammaplot.m