.PHONY: clean bib all: clean bib compile clean: rm -rf ./out compile: marp src.md --theme ./themes/academic.css -o out/presentation.html