diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-08-09 14:14:32 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-08-09 14:14:32 +0200 |
commit | 224b9b0d210a79095e53008df4f494f4f130a6ec (patch) | |
tree | dae7d16d584ba1e0bc7ed05b44b03aea99e31352 /buch/papers/reedsolomon/Makefile | |
parent | fix right axis (diff) | |
parent | Merge pull request #81 from JODBaer/Baer (diff) | |
download | SeminarMatrizen-224b9b0d210a79095e53008df4f494f4f130a6ec.tar.gz SeminarMatrizen-224b9b0d210a79095e53008df4f494f4f130a6ec.zip |
Merge branch 'master' of github.com:AndreasFMueller/SeminarMatrizen
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)) |