summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-09-26 12:05:45 +0300
committerLars Wirzenius <liw@liw.fi>2019-09-26 12:05:45 +0300
commite555a37d2787bff0d50530860c26a5685607bb25 (patch)
treec3bbb2479ee3caf18a51b37afe646cdfda57978e
downloadsubplot-rust-talk-e555a37d2787bff0d50530860c26a5685607bb25.tar.gz
Add: Makefile
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..9732347
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+talk.pdf: talk.md
+ pandoc -t beamer -o talk.pdf talk.md