- build: index.html
- index.html: fetch
- pandoc --standalone -f markdown -t revealjs README.md -V theme=solarized -o index.html
- fetch:
- curl -SLo README.md https://etherpad.tylercipriani.com/p/mead-session/export/txt
- serve:
- python -m SimpleHTTPServer
- .PHONY: build fetch serve
|