aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/090-pde/bessel/Makefile
blob: c18951750bf72d3057c4d8e4fa227cd1e0448631 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Makefile
#
# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#
all:	besselzeros.tex besselnodes.tex pauke.pdf

besselzeros.tex:	besselzeros.m
	octave besselzeros.m

besselnodes.tex:	besselnodes.m
	octave besselnodes.m

pauke.pdf:	pauke.tex besselnodes.tex
	pdflatex pauke.tex