all: report.pdf handin.zip
report.pdf: report.md
	pandoc $< -o $@ --pdf-engine typst
handin.zip: *.py report.pdf
	zip $@ $^
