diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-05-12 18:54:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-12 18:54:44 +0200 |
commit | 522ef9d6cbac8aedc42b55ceced3482b2b8de515 (patch) | |
tree | 5b91b0e91a3e7aad4de16a2d26c5aae95cac538b /buch/papers/laguerre/Makefile | |
parent | dreiecksdaten (diff) | |
parent | Merge branch 'AndreasFMueller:master' into master (diff) | |
download | SeminarSpezielleFunktionen-522ef9d6cbac8aedc42b55ceced3482b2b8de515.tar.gz SeminarSpezielleFunktionen-522ef9d6cbac8aedc42b55ceced3482b2b8de515.zip |
Merge pull request #8 from p1mueller/master
Update Laguerre
Diffstat (limited to 'buch/papers/laguerre/Makefile')
-rw-r--r-- | buch/papers/laguerre/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/buch/papers/laguerre/Makefile b/buch/papers/laguerre/Makefile index 606d7e1..0f0985a 100644 --- a/buch/papers/laguerre/Makefile +++ b/buch/papers/laguerre/Makefile @@ -4,6 +4,8 @@ # (c) 2020 Prof Dr Andreas Mueller # -images: - @echo "no images to be created in laguerre" +images: images/laguerre_polynomes.pdf + +images/laguerre_polynomes.pdf: scripts/laguerre_plot.py + python3 scripts/laguerre_plot.py |