all: assignment01.pdf

show: assignment01.pdf 
	xdg-open $< 

clean:
	rm *.pdf

%.pdf: %.md
	pandoc  --filter pandoc-citeproc -o $@ $<
