blob: 0f0985aa5d9503834d4a9c7bd728504f3ac917b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# Makefile -- make file for the paper laguerre
#
# (c) 2020 Prof Dr Andreas Mueller
#
images: images/laguerre_polynomes.pdf
images/laguerre_polynomes.pdf: scripts/laguerre_plot.py
python3 scripts/laguerre_plot.py
|