From c026e24c6dc0a26da08aec8d571f62873b66b863 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 13 Apr 2026 12:56:44 +0100 Subject: add Makefile with reading-log.pdf --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..847b50b --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +reading-log.pdf: reading-log.md bibliography.bib + pandoc \ + --standalone \ + --from markdown \ + --to pdf \ + --pdf-engine pdflatex \ + --citeproc \ + --output reading-log.pdf \ + reading-log.md + +clean: + rm reading-log.pdf -- cgit v1.2.3