summaryrefslogtreecommitdiff
path: root/Makefile
blob: 847b50bfe1f0f59ae23f68c8da694c5e78311c74 (plain)
1
2
3
4
5
6
7
8
9
10
11
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