aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/fm/anim/Makefile
diff options
context:
space:
mode:
authorAndrea Mozzini Vellen <amozzinivellen@gmail.com>2022-05-18 13:56:49 +0200
committerAndrea Mozzini Vellen <amozzinivellen@gmail.com>2022-05-18 13:56:49 +0200
commit6d37c92f2e91f4982d7f8ed8c979e5c4039a263e (patch)
tree6bab1863975214f6ca5bf68a8f2227a1fbb8517d /buch/papers/fm/anim/Makefile
parentErsten Entwurf (diff)
parentMerge remote-tracking branch 'mueller/master' (diff)
downloadSeminarSpezielleFunktionen-6d37c92f2e91f4982d7f8ed8c979e5c4039a263e.tar.gz
SeminarSpezielleFunktionen-6d37c92f2e91f4982d7f8ed8c979e5c4039a263e.zip
Merge branch 'master' of github.com:HeadAndToes/SeminarSpezielleFunktionen
Diffstat (limited to '')
-rw-r--r--buch/papers/fm/anim/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/buch/papers/fm/anim/Makefile b/buch/papers/fm/anim/Makefile
new file mode 100644
index 0000000..f4c7850
--- /dev/null
+++ b/buch/papers/fm/anim/Makefile
@@ -0,0 +1,12 @@
+#
+# Makefile
+#
+# (c) 2022 Prof Dr Andreas Müller
+#
+all: animation.pdf
+
+parts.tex: fm.m
+ octave fm.m
+
+animation.pdf: animation.tex parts.tex
+ pdflatex animation.tex