diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-07-29 10:19:33 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-07-29 10:19:33 +0200 |
commit | c86af9374c1a16de9401566e75c153c29b2ebaf3 (patch) | |
tree | 9b758b80bb03760babe926822744491820c8aa11 /buch/chapters/95-homologie/images/Makefile | |
parent | Merge branch 'master' of github.com:AndreasFMueller/SeminarMatrizen (diff) | |
download | SeminarMatrizen-c86af9374c1a16de9401566e75c153c29b2ebaf3.tar.gz SeminarMatrizen-c86af9374c1a16de9401566e75c153c29b2ebaf3.zip |
add polyhedra/triangulations
Diffstat (limited to 'buch/chapters/95-homologie/images/Makefile')
-rw-r--r-- | buch/chapters/95-homologie/images/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/buch/chapters/95-homologie/images/Makefile b/buch/chapters/95-homologie/images/Makefile index 82f1285..ac964ff 100644 --- a/buch/chapters/95-homologie/images/Makefile +++ b/buch/chapters/95-homologie/images/Makefile @@ -3,8 +3,11 @@ # # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # -all: dreieck.pdf +all: dreieck.pdf polyeder.pdf dreieck.pdf: dreieck.tex pdflatex dreieck.tex +polyeder.pdf: polyeder.tex + pdflatex polyeder.tex + |