diff options
Diffstat (limited to 'buch/chapters/050-differential/images/Makefile')
-rw-r--r-- | buch/chapters/050-differential/images/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/buch/chapters/050-differential/images/Makefile b/buch/chapters/050-differential/images/Makefile new file mode 100644 index 0000000..0f4a062 --- /dev/null +++ b/buch/chapters/050-differential/images/Makefile @@ -0,0 +1,10 @@ +# +# Makefile +# +# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# +all: besselgrid.pdf + +besselgrid.pdf: besselgrid.tex + pdflatex besselgrid.tex + |