diff options
| author | Joe Carstairs <me@joeac.net> | 2026-04-13 12:56:44 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-04-13 12:56:44 +0100 |
| commit | c026e24c6dc0a26da08aec8d571f62873b66b863 (patch) | |
| tree | 51ca1d9a4fe95a48ebd0348cc5efeb4fdbb2aa4f /Makefile | |
| parent | cb6d84c04a25c9f1ea0f3674da0e9fd6f0d19541 (diff) | |
add Makefile with reading-log.pdf
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
