all: build/my_phone_runs_debian_btw.pdf build/my_phone_runs_debian_btw.pdf: my_phone_runs_debian_btw.rst img/ mkdir -p build pandoc --listings -t beamer --pdf-engine=xelatex \ -o build/my_phone_runs_debian_btw.pdf \ my_phone_runs_debian_btw.rst clean: rm -f build/my_phone_runs_debian_btw.pdf