diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-02-22 16:37:34 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-02-22 16:37:34 +0100 |
commit | b8f090eb8c7b621a98fc58ce50d0af1fe246f684 (patch) | |
tree | d278e2df84b4336540159a0ae83d42f945fb48be /buch/chapters/70-graphen/images/Makefile | |
parent | typos (diff) | |
download | SeminarMatrizen-b8f090eb8c7b621a98fc58ce50d0af1fe246f684.tar.gz SeminarMatrizen-b8f090eb8c7b621a98fc58ce50d0af1fe246f684.zip |
add new graph
Diffstat (limited to 'buch/chapters/70-graphen/images/Makefile')
-rw-r--r-- | buch/chapters/70-graphen/images/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/buch/chapters/70-graphen/images/Makefile b/buch/chapters/70-graphen/images/Makefile index 2199ddc..9e61446 100644 --- a/buch/chapters/70-graphen/images/Makefile +++ b/buch/chapters/70-graphen/images/Makefile @@ -3,8 +3,11 @@ # # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # -all: peterson.pdf +all: peterson.pdf adjazenzu.pdf peterson.pdf: peterson.tex pdflatex peterson.tex +adjazenzu.pdf: adjazenzu.tex + pdflatex adjazenzu.tex + |