diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-08-09 14:05:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 14:05:15 +0200 |
commit | 8268071d92f2789b63edff1c4699a2e5cab87f60 (patch) | |
tree | 1395399547294eef75bd302bd33be59b1be899cb /buch/papers/reedsolomon/Makefile | |
parent | add chaosspiel.pdf (diff) | |
parent | feinheiten (diff) | |
download | SeminarMatrizen-8268071d92f2789b63edff1c4699a2e5cab87f60.tar.gz SeminarMatrizen-8268071d92f2789b63edff1c4699a2e5cab87f60.zip |
Merge pull request #81 from JODBaer/Baer
Baer-ortho
Diffstat (limited to 'buch/papers/reedsolomon/Makefile')
-rw-r--r-- | buch/papers/reedsolomon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buch/papers/reedsolomon/Makefile b/buch/papers/reedsolomon/Makefile index 25fd98b..4be963e 100644 --- a/buch/papers/reedsolomon/Makefile +++ b/buch/papers/reedsolomon/Makefile @@ -24,7 +24,7 @@ SOURCES := \ TIKZFIGURES := \ tikz/polynom2.tex \ - tikz/plotfft.tex + tikz/fourier.tex FIGURES := $(patsubst tikz/%.tex, figures/%.pdf, $(TIKZFIGURES)) |