aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/030-geometrie/images/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'buch/chapters/030-geometrie/images/Makefile')
-rw-r--r--buch/chapters/030-geometrie/images/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/buch/chapters/030-geometrie/images/Makefile b/buch/chapters/030-geometrie/images/Makefile
new file mode 100644
index 0000000..8796cf6
--- /dev/null
+++ b/buch/chapters/030-geometrie/images/Makefile
@@ -0,0 +1,14 @@
+#
+# Makefile for images
+#
+# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+#
+
+all: hyperbelflaeche.pdf polargleichung.pdf
+
+hyperbelflaeche.pdf: hyperbelflaeche.tex
+ pdflatex hyperbelflaeche.tex
+
+polargleichung.pdf: polargleichung.tex
+ pdflatex polargleichung.tex
+