--- a
+++ b/paper/Makefile
@@ -0,0 +1,6 @@
+TITLE = paper
+.PHONY : pdf
+
+pdf:
+	pandoc $(TITLE).md -o $(TITLE).pdf --bibliography $(TITLE).bib
+