summaryrefslogtreecommitdiff
path: root/Makefile
blob: 5e1471ee4f27c0ed1e7e062dfd8bb222a4bcee79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
watch:
	while true; do \
		$(MAKE) $(TARGET); \
		inotifywait -qre close_write .; \
	done

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