stem=example-presentation

all: $(stem).pdf

clean:
	rm -f $(stem).pdf

$(stem).pdf: $(stem).org
	org-to-pdf-presentation "$<" "$@"
