all: report.pdf show
report.pdf: report.md
	pandoc $< -o $@ --pdf-engine=typst
show: report.pdf
	zathura report.pdf
