treesummaryrefslogcommitdiff
path: root/Makefile
blob: 9157f442478b81b6c081a43a970286fb4d437db9 (plain)
1
2
3
4
5
6
7
all:
	pandoc -t revealjs --standalone pres.md -o pres_md.html

embed:
	pandoc -t revealjs --standalone --embed-resources pres.md -o pres_md.html

.PHONS: all embed