From eadfe1d1a700a40308619d232e5ee64a86cf7d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 2 Jan 2022 19:41:12 +0100 Subject: komplexe Fibonacci-Zahlen --- buch/chapters/040-rekursion/images/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'buch/chapters/040-rekursion/images/Makefile') diff --git a/buch/chapters/040-rekursion/images/Makefile b/buch/chapters/040-rekursion/images/Makefile index 58f79b8..9608a94 100644 --- a/buch/chapters/040-rekursion/images/Makefile +++ b/buch/chapters/040-rekursion/images/Makefile @@ -3,10 +3,16 @@ # # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # -all: gammaplot.pdf +all: gammaplot.pdf fibonacci.pdf gammaplot.pdf: gammaplot.tex gammapaths.tex pdflatex gammaplot.tex gammapaths.tex: gammaplot.m octave gammaplot.m + +fibonaccigrid.tex: fibonacci.m + octave fibonacci.m + +fibonacci.pdf: fibonacci.tex fibonaccigrid.tex + pdflatex fibonacci.tex -- cgit v1.2.1