summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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