treesummaryrefslogcommitdiff
path: root/Makefile
blob: 532c7cb4de741f52ba65275d1fba077f8d1dace4 (plain)
1
2
3
4
5
6
7
8
9
10
all:
	pandoc -t revealjs --standalone pres.md -o pres.html --slide-level=4

entr:
	ls pres.md | entr -s make

embed:
	pandoc -t revealjs --standalone --embed-resources pres.md -o pres.html --slide-level=4

.PHONS: all embed