aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/020-exponential/images/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'buch/chapters/020-exponential/images/Makefile')
-rw-r--r--buch/chapters/020-exponential/images/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/buch/chapters/020-exponential/images/Makefile b/buch/chapters/020-exponential/images/Makefile
new file mode 100644
index 0000000..63ebc4f
--- /dev/null
+++ b/buch/chapters/020-exponential/images/Makefile
@@ -0,0 +1,15 @@
+#
+# Makefile
+#
+# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+#
+
+all: xexpx.pdf w.pdf
+
+xexpx.pdf: xexpx.tex
+ pdflatex xexpx.tex
+
+w.pdf: w.tex
+ pdflatex w.tex
+
+