From 55be65fffbb49ea6b95213945ab7e63bac626c18 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 26 Sep 2019 12:25:31 +0300 Subject: Add: arch diagram --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9732347..84bc9c9 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ -talk.pdf: talk.md +talk.pdf: talk.md arch.svg pandoc -t beamer -o talk.pdf talk.md + +arch.svg: arch.dot + dot -Tsvg -o arch.svg arch.dot -- cgit v1.2.1