From 4e04665947e8b2e625dc53ba7c597171e7d9de7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 22 Feb 2021 19:20:23 +0100 Subject: add new images --- buch/chapters/70-graphen/images/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'buch/chapters/70-graphen/images/Makefile') diff --git a/buch/chapters/70-graphen/images/Makefile b/buch/chapters/70-graphen/images/Makefile index 9e61446..529f314 100644 --- a/buch/chapters/70-graphen/images/Makefile +++ b/buch/chapters/70-graphen/images/Makefile @@ -3,7 +3,7 @@ # # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # -all: peterson.pdf adjazenzu.pdf +all: peterson.pdf adjazenzu.pdf adjazenzd.pdf peterson.pdf: peterson.tex pdflatex peterson.tex @@ -11,3 +11,6 @@ peterson.pdf: peterson.tex adjazenzu.pdf: adjazenzu.tex pdflatex adjazenzu.tex +adjazenzd.pdf: adjazenzd.tex + pdflatex adjazenzd.tex + -- cgit v1.2.1