summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-10-04 21:22:40 +0300
committerLars Wirzenius <liw@liw.fi>2019-10-04 21:22:40 +0300
commitdc2534a5ed2e7b84920338637be513b300e8780f (patch)
treee92d8c599389142a73cd03e23628e44b90247e8b /Makefile
parent5ec88c876fba97acbe4d3ec16a7e97554cfed803 (diff)
downloadsubplot-rust-talk-dc2534a5ed2e7b84920338637be513b300e8780f.tar.gz
Change: update talk, about ready now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 84bc9c9..0f1cbd6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,8 @@
+all: talk.pdf echo.pdf
+
+echo.pdf: echo.md
+ pandoc -o echo.pdf echo.md
+
talk.pdf: talk.md arch.svg
pandoc -t beamer -o talk.pdf talk.md