From 5bd294f334dc1d99e3db29996482f0f2cd1c8b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 27 Oct 2021 08:51:17 +0200 Subject: add gamma function section --- buch/chapters/040-rekursion/images/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 buch/chapters/040-rekursion/images/Makefile (limited to 'buch/chapters/040-rekursion/images/Makefile') 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 -- cgit v1.2.1