diff options
author | Runterer <37069007+Runterer@users.noreply.github.com> | 2022-05-16 15:32:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 15:32:38 +0200 |
commit | f9caa1457bc5cda6f4585813f05dadf807c3bff8 (patch) | |
tree | be0f037cbfa434ec305c4fb6e12c187c2a20c230 /buch/papers/laguerre/Makefile | |
parent | Alle einfachen Korrekturen umgesetzt (diff) | |
parent | typos (diff) | |
download | SeminarSpezielleFunktionen-f9caa1457bc5cda6f4585813f05dadf807c3bff8.tar.gz SeminarSpezielleFunktionen-f9caa1457bc5cda6f4585813f05dadf807c3bff8.zip |
Merge branch 'AndreasFMueller:master' into master
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 |