all: assignment01.pdf

show: assignment01.pdf 
	xdg-open $< &

clean:
	rm *.pdf

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