diff options
author | JODBaer <55744603+JODBaer@users.noreply.github.com> | 2022-05-15 15:38:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-15 15:38:10 +0200 |
commit | f176135c17eacc124e6ad3ed84ca805323bcbee7 (patch) | |
tree | 9a496cb9f67b42f566e4c05a7be5d0024beb9358 /buch/papers/laguerre/Makefile | |
parent | Merge branch 'AndreasFMueller:master' into master (diff) | |
parent | typos (diff) | |
download | SeminarSpezielleFunktionen-f176135c17eacc124e6ad3ed84ca805323bcbee7.tar.gz SeminarSpezielleFunktionen-f176135c17eacc124e6ad3ed84ca805323bcbee7.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 |